File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,12 @@ jobs:
3333 # - {compiler: nvidia-hpc, version: '25.1'} # does not build python
3434 # - {compiler: lfortran, version: '0.45.0'} # lfortran not yet supported
3535 # - {compiler: flang, version: '20.1.0'} # flang not yet supported
36- include :
37- - os : ubuntu-latest
38- build : opt
39- python-version : 3.8
40- toolchain : {compiler: gcc, version: 14}
41- # - os: macos-latest
42- # build: debug
43- # toolchain: {compiler: gcc, version: 15}
36+ # include:
37+ # 3.8 does not seem to work.
38+ # - os: ubuntu-latest
39+ # build: opt
40+ # python-version: 3.8
41+ # toolchain: {compiler: gcc, version: 14}
4442 exclude :
4543 - os : ubuntu-latest
4644 toolchain : {compiler: gcc, version: 15}
@@ -174,7 +172,3 @@ jobs:
174172 name : test_results
175173 path : ${{ env.CLAW }}/amrclaw/*_output
176174 if-no-files-found : ignore
177-
178-
179- # lfortran
180- # optimized = --openmp
You can’t perform that action at this time.
0 commit comments