Skip to content

Commit f93172e

Browse files
authored
Merge pull request #11 from NexiusTailer/patch-1
fix windows github runner version
2 parents 5895443 + 76b6ca6 commit f93172e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build-windows:
11-
runs-on: windows-2019
11+
runs-on: windows-latest
1212
steps:
1313
- uses: actions/checkout@v4
1414
with:
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
mkdir build
2222
cd build
23-
cmake -DCMAKE_BUILD_TYPE=Release ../source/compiler -A Win32 -G "Visual Studio 16 2019" -DCMAKE_C_FLAGS="/D sNAMEMAX=63"
23+
cmake -DCMAKE_BUILD_TYPE=Release ../source/compiler -A Win32 -G "Visual Studio 17 2022" -DCMAKE_C_FLAGS="/D sNAMEMAX=63"
2424
cmake --build . --config Release
2525
2626
- name: Upload artifacts

0 commit comments

Comments
 (0)