Skip to content

Commit

Permalink
Update CI and include lfortran
Browse files Browse the repository at this point in the history
  • Loading branch information
minhqdao committed Apr 19, 2024
1 parent d37685d commit 839814f
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,16 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
toolchain:
# - { compiler: gcc, version: 13 }
- { compiler: gcc, version: 10 }
- { compiler: intel, version: 2023.2 }
# - { compiler: intel-classic, version: 2021.10 }
- { compiler: gcc, version: 13 }
- { compiler: intel, version: 2024.1 }
- { compiler: intel-classic, version: 2021.10 }
- { compiler: lfortran, version: 0.33.0 }
exclude:
- os: macos-latest
toolchain: { compiler: intel, version: 2023.2 }
# - os: macos-latest
# toolchain: { compiler: intel-classic, version: 2021.10 }
toolchain: { compiler: intel, version: 2024.1 }
include:
- os: ubuntu-latest
toolchain: { compiler: nvidia-hpc, version: 23.11 }
- os: ubuntu-latest
toolchain: { compiler: intel-classic, version: 2021.10 }
# - os: macos-13
# toolchain: { compiler: intel-classic, version: 2021.10 }
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 839814f

Please sign in to comment.