Skip to content

Commit

Permalink
try auto path
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSazonov committed Jul 24, 2024
1 parent 2d918a5 commit 14a2c3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 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: [ubuntu-22.04, windows-2022, macos-12, macos-14]
os: [macos-14]
toolchain:
- { exe: gfortran, compiler: gcc, version: 13 }
- { exe: ifort, compiler: intel-classic, version: "2021.10" }
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-2022, macos-12, macos-14]
os: [macos-14]
toolchain:
- { exe: gfortran, compiler: gcc, version: 13 }
- { exe: ifort, compiler: intel-classic, version: "2021.10" }
Expand Down Expand Up @@ -277,8 +277,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-2022, macos-12, macos-14]
python-version: ['3.10', '3.11', '3.12']
os: [macos-14]
python-version: ['3.11']
toolchain:
- { exe: gfortran, compiler: gcc, version: 13 }

Expand Down
1 change: 1 addition & 0 deletions pybuild.toml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ dependent-libs.macos.arm.gfortran = [
# gcc 13
{ old = '/opt/homebrew/opt/gcc@13/lib/gcc/13/libgfortran.5.dylib', new = '@rpath/libgfortran.5.dylib' },
{ old = '/opt/homebrew/opt/gcc@13/lib/gcc/13/libquadmath.0.dylib', new = '@rpath/libquadmath.0.dylib' },
{ old = '/Library/Frameworks/Python.framework/Versions/3.11/Python', new = '`python3-config --prefix`/Python' },
]
# Examples of GitHub values for Python 3.11
#python-lib.macos = '`python3-config --ldflags --embed`'
Expand Down

0 comments on commit 14a2c3d

Please sign in to comment.