Skip to content

Commit 8e796cb

Browse files
committed
ci: update runners
1 parent a235933 commit 8e796cb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- arch: x64
113113
- arch: Win32
114114

115-
runs-on: windows-2019
115+
runs-on: windows-2025
116116

117117
steps:
118118
- uses: actions/checkout@v6
@@ -124,7 +124,7 @@ jobs:
124124

125125
- name: Configure CMake
126126
working-directory: ${{github.workspace}}/build
127-
run: cmake -DBUILD_SINGLE_HEADER=ON -DBUILD_EXAMPLES=true -DBUILD_TESTS=true -G "Visual Studio 16 2019" -A ${{ matrix.arch }} ..
127+
run: cmake -DBUILD_SINGLE_HEADER=ON -DBUILD_EXAMPLES=true -DBUILD_TESTS=true -G "Visual Studio 17 2022" -A ${{ matrix.arch }} ..
128128

129129
- name: Build
130130
working-directory: ${{github.workspace}}/build
@@ -149,7 +149,7 @@ jobs:
149149
path: ${{github.workspace}}/build/examples/win32-example/Release/embedded_cli_win32.exe
150150

151151
build-mac:
152-
runs-on: macos-14
152+
runs-on: macos-latest
153153

154154
steps:
155155
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)