Skip to content

Commit 557e65e

Browse files
committed
Revert to macos-12
1 parent cf1cfe1 commit 557e65e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

+3-3
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-13]
22+
os: [ubuntu-latest, macos-12]
2323
toolchain:
2424
- { compiler: gcc, version: 10 }
2525
- { compiler: gcc, version: 11 }
@@ -34,9 +34,9 @@ jobs:
3434
toolchain:
3535
- { compiler: gcc, version: 10 }
3636
exclude:
37-
- os: macos-13
37+
- os: macos-12
3838
toolchain: { compiler: intel, version: "2024.1" }
39-
- os: macos-13
39+
- os: macos-12
4040
toolchain: { compiler: gcc, version: 13 }
4141
env:
4242
BUILD_DIR: ${{ matrix.build == 'cmake' && 'build' || '.' }}

0 commit comments

Comments
 (0)