Skip to content

Commit 5207170

Browse files
committed
Modify settings of action script
1 parent a474201 commit 5207170

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/testing.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false # Probably want to turn this off for a large matrix
2424
matrix:
25-
os: [ubuntu-latest] #, macos-latest]
25+
os: [ubuntu-latest, macos-latest]
2626
python-version: [3.12]
2727
build: [optimized]
2828
toolchain:
@@ -34,11 +34,13 @@ jobs:
3434
# - {compiler: lfortran, version: '0.45.0'} # Does not work with meson
3535
include:
3636
- os: ubuntu-latest
37-
build: [optimized, debug]
38-
python-version: [3.8, 3.12]
37+
build: debug
38+
python-version: 3.8
3939
exclude:
4040
- os: ubuntu-latest
4141
toolchain: {compiler: gcc, version: 15}
42+
- os: macos-latest
43+
toolchain: {compiler: gcc, version: 14}
4244

4345
steps:
4446
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)