Skip to content

Commit 8c0acb5

Browse files
committed
CI Update win and mac versions for build test
1 parent 6d2cf46 commit 8c0acb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-cppfront.yaml

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

1111
jobs:
1212
build-windows:
13-
runs-on: windows-latest
13+
runs-on: windows-2022
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: ilammy/msvc-dev-cmd@v1
@@ -35,7 +35,7 @@ jobs:
3535
- compiler: clang++-14
3636
cxx-std: 'c++2b'
3737
include:
38-
- runs-on: macos-latest
38+
- runs-on: macos-15
3939
compiler: clang++
4040
cxx-std: 'c++20'
4141
- runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)