Skip to content

Commit

Permalink
[testpypi]
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Aug 19, 2024
1 parent 95d26d6 commit 276fd71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-12, macos-13, macos-13-xlarge, macos-14, ubuntu-latest, windows-latest ]
os: [ macos-12, macos-13, macos-14, ubuntu-20.04, windows-latest ]

steps:
- uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion fortran/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ ifneq ($(shell echo $(compiler_ver) | awk '{print ($$1 >= 14.0)}'),0)
SFFLAGS += -static-libgfortran -static-libgcc -static-libquadmath
endif
else
SFFLAGS = -shared -fpic -static-libgfortran -static-libgcc
SFFLAGS = -shared -fpic
endif


Expand Down

0 comments on commit 276fd71

Please sign in to comment.