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 df34943 commit a3975a0Copy full SHA for a3975a0
.github/workflows/CI.yml
@@ -21,14 +21,14 @@ jobs:
21
strategy:
22
fail-fast: false
23
matrix:
24
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-11, windows-latest]
25
gcc_v: [9] # 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-latest
+ - os: macos-11
32
os-arch: macos-x86_64
33
release-flags: --flag '-g -fbacktrace -O3'
34
0 commit comments