Skip to content

Commit

Permalink
CI: use macos 12
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz committed Jul 16, 2024
1 parent d638a73 commit f79f48c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-11, windows-latest]
os: [ubuntu-latest, macos-12, windows-latest]
gcc_v: [10,11,12] # Version of GFortran we want to use.
include:
- os: ubuntu-latest
os-arch: linux-x86_64
release-flags: --flag '--static -g -fbacktrace -O3'

- os: macos-11
- os: macos-12
os-arch: macos-x86_64
release-flags: --flag '-g -fbacktrace -O3'

Expand Down

0 comments on commit f79f48c

Please sign in to comment.