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 d1d1b49 commit 5e6ac75Copy full SHA for 5e6ac75
.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
@@ -48,7 +48,6 @@ jobs:
48
- name: Install GFortran macOS
49
if: contains(matrix.os, 'macos')
50
run: |
51
- brew install gcc@${GCC_V}
52
ln -s /usr/local/bin/gfortran-${GCC_V} /usr/local/bin/gfortran
53
which gfortran-${GCC_V}
54
which gfortran
0 commit comments