Skip to content

Commit

Permalink
Use fixed macos version
Browse files Browse the repository at this point in the history
  • Loading branch information
minhqdao committed Feb 26, 2024
1 parent 8b87765 commit 0e71e76
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
with:
compiler: ${{ matrix.toolchain.compiler }}
version: ${{ matrix.toolchain.version }}
- run: ${{ env.FC }} --version
env:
FC: ${{ steps.setup-fortran.outputs.fc }}
- run: ${{ steps.setup-fortran.outputs.fc }} --version
- uses: fortran-lang/setup-fpm@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -45,7 +43,7 @@ jobs:
include:
- os: macos-latest
toolchain: { compiler: gcc, version: 13 }
- os: macos-latest
- os: macos-13
toolchain: { compiler: intel-classic, version: 2021.10 }

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 0e71e76

Please sign in to comment.