Skip to content

Commit 151f9a3

Browse files
committed
remove intel from macos altogether
1 parent 7d2d476 commit 151f9a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
- {compiler: gcc, version: 10}
3636
exclude:
3737
- os: macos-13
38-
toolchain: {compiler: intel-classic, version: '2024.1'}
38+
toolchain: {compiler: intel-classic, version: '2021.9'}
3939
- os: macos-13
40-
toolchain: {compiler: gcc, version: 13}
40+
toolchain: {compiler: intel, version: '2024.1'}
4141
env:
4242
BUILD_DIR: ${{ matrix.build == 'cmake' && 'build' || '.' }}
4343

0 commit comments

Comments
 (0)