Skip to content

Commit 496107b

Browse files
committed
Run tests on macos-14 rather than macos-12
1 parent 8ee9cfc commit 496107b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/actions.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: ['ubuntu-22.04', 'macos-12', 'ubuntu-20.04']
10+
os: ['ubuntu-22.04', 'macos-14', 'ubuntu-20.04']
1111
cc: [ 'gcc', 'clang' ]
1212
name: Compile via CMakeLists.txt on ${{ matrix.os }} using ${{ matrix.cc }}
1313
env:
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ${{ matrix.os }}
2525
strategy:
2626
matrix:
27-
os: ['ubuntu-22.04', 'macos-12', 'ubuntu-20.04']
27+
os: ['ubuntu-22.04', 'macos-14', 'ubuntu-20.04']
2828
name: Compile via Makefile on ${{ matrix.os }}
2929
steps:
3030
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)