File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments