Skip to content

Commit

Permalink
Merge pull request #170 from ANTsX/add-gha-os
Browse files Browse the repository at this point in the history
ENH: add macos-latest to runner matrix
  • Loading branch information
cookpa authored Nov 25, 2024
2 parents 13d9522 + ca6d903 commit e5498ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/package-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
matrix:
config:
- { os: ubuntu-latest, r: "release" }
- { os: macos-latest, r: "release" }

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e5498ed

Please sign in to comment.