Skip to content

Commit 7c9fd06

Browse files
committed
Update windows runner and mac runners
1 parent 3166868 commit 7c9fd06

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/pipeline.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
strategy:
8484
fail-fast: false
8585
matrix:
86-
os: [windows-2019, windows-2022]
86+
os: [windows-2025, windows-2022]
8787
platform: [Win32, x64]
8888
build_type: [Debug, Release]
8989
std: [11]
@@ -120,11 +120,12 @@ jobs:
120120
shell: cmd
121121

122122
macos-builds:
123-
name: macos ${{matrix.cxx}}, C++${{matrix.std}}, ${{matrix.build_type}}
124-
runs-on: macos-12
123+
name: ${{matrix.os}}, ${{matrix.cxx}}, C++${{matrix.std}}, ${{matrix.build_type}}
124+
runs-on: ${{matrix.os}}
125125
strategy:
126126
fail-fast: false
127127
matrix:
128+
os: [macos-15-large]
128129
cxx:
129130
- g++
130131
- clang++

0 commit comments

Comments
 (0)