Skip to content

Commit

Permalink
remove intel CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisfish committed Nov 15, 2024
1 parent 9fa2f3c commit 23f7a07
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
matrix:
os: [ubuntu-latest]
toolchain: [{compiler: gcc, version: 11}]
include:
- os: ubuntu-latest
toolchain: {compiler: intel, version: '2023.1'}
- os: ubuntu-latest
toolchain: {compiler: intel-classic, version: '2021.9'}
# include:
# - os: ubuntu-latest
# toolchain: {compiler: intel, version: '2023.1'}
# - os: ubuntu-latest
# toolchain: {compiler: intel-classic, version: '2021.9'}
# - os: macos-latest
# toolchain: {compiler: intel-classic, version: '2021.9'}

Expand Down

0 comments on commit 23f7a07

Please sign in to comment.