Skip to content

Commit

Permalink
update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Apr 5, 2024
1 parent 7397773 commit e6344aa
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,14 @@ jobs:
arch: x64
allow_failure: true
steps:
- uses: actions/checkout@v3
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
if: matrix.os == 'macOS-latest'
- name: Install gcc
run: brew reinstall gcc
- uses: actions/checkout@v4
- name: Install compilers
uses: fortran-lang/setup-fortran@main
with:
compiler: 'gcc'
version: '11'
if: matrix.os == 'macOS-latest'
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down

0 comments on commit e6344aa

Please sign in to comment.