Skip to content

Commit cf1cfe1

Browse files
committed
Bump to macos and intel-classic version
1 parent abcd256 commit cf1cfe1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/CI.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,24 @@ 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 }
2626
- { compiler: gcc, version: 12 }
2727
- { compiler: gcc, version: 13 }
2828
- { compiler: intel, version: "2024.1" }
29-
- { compiler: intel-classic, version: "2021.9" }
29+
- { compiler: intel-classic, version: "2021.10" }
3030
build: [cmake]
3131
include:
3232
- os: ubuntu-latest
3333
build: cmake-inline
3434
toolchain:
3535
- { compiler: gcc, version: 10 }
3636
exclude:
37-
- os: macos-12
37+
- os: macos-13
3838
toolchain: { compiler: intel, version: "2024.1" }
39-
- os: macos-12
39+
- os: macos-13
4040
toolchain: { compiler: gcc, version: 13 }
4141
env:
4242
BUILD_DIR: ${{ matrix.build == 'cmake' && 'build' || '.' }}

0 commit comments

Comments
 (0)