We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
windows-2019
windows-2022
1 parent 777bba0 commit 1bafdf2Copy full SHA for 1bafdf2
.github/workflows/build.yml
@@ -7,10 +7,10 @@ jobs:
7
matrix:
8
include:
9
- name : Windows x64
10
- os: windows-2019
+ os: windows-2022
11
runtime: win-x64
12
- name : Windows ARM64
13
14
runtime: win-arm64
15
- name : macOS (Intel)
16
os: macos-13
.github/workflows/package.yml
@@ -9,7 +9,7 @@ on:
jobs:
windows:
name: Package Windows
- runs-on: windows-2019
+ runs-on: windows-2022
strategy:
runtime: [ win-x64, win-arm64 ]
0 commit comments