Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Jun 5, 2024
1 parent 67d96ad commit f9f4dfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest, flyci-macos-large-latest-m2]
os: [ ubuntu-latest, macos-14, windows-latest, flyci-macos-large-latest-m2]

steps:
- uses: awvwgk/setup-fortran@main
id: setup-fortran
with:
compiler: gcc
version: 9
version: 11

- run: ${{ env.FC }} --version
env:
Expand Down

0 comments on commit f9f4dfd

Please sign in to comment.