Skip to content

Commit

Permalink
Add back all build matrices + build in release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSazonov committed Jul 25, 2024
1 parent 64663b5 commit 80f3e75
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-14]
os: [ubuntu-24.04, windows-2022, macos-12, macos-14] # [ubuntu-22.04, windows-2022, macos-13, flyci-macos-14-m2]
toolchain:
- { exe: gfortran, compiler: gcc, version: 13 }
- { exe: ifort, compiler: intel-classic, version: "2021.10" }
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-14]
os: [ubuntu-24.04, windows-2022, macos-12, macos-14] # [ubuntu-22.04, windows-2022, macos-13, flyci-macos-14-m2]
toolchain:
- { exe: gfortran, compiler: gcc, version: 13 }
- { exe: ifort, compiler: intel-classic, version: "2021.10" }
Expand Down Expand Up @@ -286,8 +286,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-14]
python-version: ['3.11']
os: [ubuntu-24.04, windows-2022, macos-12, macos-14] # [ubuntu-22.04, windows-2022, macos-13, flyci-macos-14-m2]
python-version: ['3.10', '3.11', '3.12']
toolchain:
- { exe: gfortran, compiler: gcc, version: 13 }

Expand Down Expand Up @@ -344,7 +344,7 @@ jobs:
--create-scripts
--platform ${{ runner.os }}
--compiler ${{ matrix.toolchain.exe }}
--mode debug
--mode release
--bash-syntax
--enable-backslash-escapes
Expand Down

0 comments on commit 80f3e75

Please sign in to comment.