Skip to content

Commit

Permalink
Use Windows 2019 version in the build process
Browse files Browse the repository at this point in the history
  • Loading branch information
cs1m0n committed Apr 29, 2024
1 parent a12e509 commit 1b54188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build_and_deploy_electron_app_job:
strategy:
matrix:
os: [{ name: 'windows', image: 'windows-latest' }, { name: 'macos', image: 'macos-latest' }]
os: [{ name: 'windows', image: 'windows-2019' }, { name: 'macos', image: 'macos-latest' }]
runs-on: ${{ matrix.os.image }}
steps:
- name: Github checkout
Expand Down

0 comments on commit 1b54188

Please sign in to comment.