Skip to content

Commit 8cc9d81

Browse files
committed
Use macos-13 runner for newer clang
1 parent ae53b3a commit 8cc9d81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/regression-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
os: [ubuntu-latest]
2020
compiler: [g++-10, g++-13]
2121
include:
22-
- os: macos-latest
22+
- os: macos-13
2323
compiler: clang++
2424
- os: windows-latest
2525
compiler: cl.exe
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v3
2929

3030
- name: Run regression tests - Linux and macOS version
31-
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macOS-latest'
31+
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-13'
3232
run: |
3333
cd regression-tests
3434
bash run-tests.sh -c ${{ matrix.compiler }}

0 commit comments

Comments
 (0)