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.
2 parents 5895443 + 76b6ca6 commit f93172eCopy full SHA for f93172e
.github/workflows/build.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
build-windows:
11
- runs-on: windows-2019
+ runs-on: windows-latest
12
steps:
13
- uses: actions/checkout@v4
14
with:
@@ -20,7 +20,7 @@ jobs:
20
run: |
21
mkdir build
22
cd build
23
- cmake -DCMAKE_BUILD_TYPE=Release ../source/compiler -A Win32 -G "Visual Studio 16 2019" -DCMAKE_C_FLAGS="/D sNAMEMAX=63"
+ cmake -DCMAKE_BUILD_TYPE=Release ../source/compiler -A Win32 -G "Visual Studio 17 2022" -DCMAKE_C_FLAGS="/D sNAMEMAX=63"
24
cmake --build . --config Release
25
26
- name: Upload artifacts
0 commit comments