Skip to content

Commit

Permalink
Update build_macos.yml
Browse files Browse the repository at this point in the history
Testing workflow for "macos-13-arm64".
  • Loading branch information
EricEngle-NOAA authored Jan 14, 2024
1 parent 5bb6416 commit 5e81771
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ jobs:
build-macos:

name: Python (${{ matrix.python-version }})
runs-on: macos-latest
runs-on: ${{ maxtrix.os }}
env:
CC: gcc-12
strategy:
matrix:
python-version: ["3.8","3.9","3.10","3.11","3.12"]
os: ["macos-latest", "macos-13-arm64"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5e81771

Please sign in to comment.