Skip to content

Commit

Permalink
Add arm64 runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
kylc committed Feb 5, 2024
1 parent b9af42f commit 260b084
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ jobs:
include:
- os: ubuntu-latest
target: x86_64
- os: macos-latest
- os: macos-13
target: x86_64
- os: macos-14
target: arm64

steps:
- name: checkout
Expand All @@ -21,7 +23,7 @@ jobs:
- name: symlink gfortran (macOS)
if: runner.os == 'macOS'
run: |
ln -s /usr/local/bin/gfortran-12 /usr/local/bin/gfortran
ln -s /usr/local/bin/gfortran-12 /usr/bin/gfortran
gfortran --version
- uses: dtolnay/rust-toolchain@stable
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 260b084

Please sign in to comment.