Skip to content

Commit

Permalink
Remove lfortran again and use macos-13 because gcc@10 cannot be insta…
Browse files Browse the repository at this point in the history
…lled on arm
  • Loading branch information
minhqdao committed Jul 31, 2024
1 parent c2c47f2 commit d7668cc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,20 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-13, windows-latest]
toolchain:
- { compiler: gcc, version: "13" }
- { compiler: intel, version: "2024.1" }
- { compiler: intel-classic, version: "2021.12" }
- { compiler: lfortran, version: "0.33.0" }
exclude:
- os: macos-latest
- os: macos-13
toolchain: { compiler: intel, version: "2024.1" }
- os: macos-latest
- os: macos-13
toolchain: { compiler: intel-classic, version: "2021.12" }
include:
- os: ubuntu-latest
toolchain: { compiler: nvidia-hpc, version: "23.11" }
- os: macos-latest
- os: macos-13
toolchain: { compiler: intel-classic, version: "2021.10" }
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit d7668cc

Please sign in to comment.