We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d638a73 commit f79f48cCopy full SHA for f79f48c
.github/workflows/CI.yml
@@ -21,14 +21,14 @@ jobs:
21
strategy:
22
fail-fast: false
23
matrix:
24
- os: [ubuntu-latest, macos-11, windows-latest]
+ os: [ubuntu-latest, macos-12, windows-latest]
25
gcc_v: [10,11,12] # Version of GFortran we want to use.
26
include:
27
- os: ubuntu-latest
28
os-arch: linux-x86_64
29
release-flags: --flag '--static -g -fbacktrace -O3'
30
31
- - os: macos-11
+ - os: macos-12
32
os-arch: macos-x86_64
33
release-flags: --flag '-g -fbacktrace -O3'
34
0 commit comments