Skip to content

Commit

Permalink
Merge branch 'fortran-lang:master' into delete_file
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz authored Dec 12, 2024
2 parents 5b2283d + cc30d4c commit 14f58b6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-12]
os: [ubuntu-latest, macos-13]
toolchain:
- {compiler: gcc, version: 10}
- {compiler: gcc, version: 11}
Expand All @@ -34,9 +34,11 @@ jobs:
toolchain:
- {compiler: gcc, version: 10}
exclude:
- os: macos-12
- os: macos-13
toolchain: {compiler: intel-classic, version: '2021.9'}
- os: macos-13
toolchain: {compiler: intel, version: '2024.1'}
- os: macos-12
- os: macos-13
toolchain: {compiler: gcc, version: 13}
env:
BUILD_DIR: ${{ matrix.build == 'cmake' && 'build' || '.' }}
Expand Down

0 comments on commit 14f58b6

Please sign in to comment.