Skip to content

Commit e65ef08

Browse files
committed
ci: roll forward to macos-13
This is an attempt to resolve the incorrect cask of GCC-13 in macos-12
1 parent f6a12c7 commit e65ef08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
os: [ubuntu-latest, macos-12]
22+
os: [ubuntu-latest, macos-13]
2323
toolchain:
2424
- {compiler: gcc, version: 10}
2525
- {compiler: gcc, version: 11}
@@ -34,7 +34,7 @@ jobs:
3434
toolchain:
3535
- {compiler: gcc, version: 10}
3636
exclude:
37-
- os: macos-12
37+
- os: macos-13
3838
toolchain: {compiler: intel, version: '2024.1'}
3939
env:
4040
BUILD_DIR: ${{ matrix.build == 'cmake' && 'build' || '.' }}

0 commit comments

Comments
 (0)