Skip to content

Commit

Permalink
Turn off macOS in build matrix as it now uses arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed May 23, 2024
1 parent 42d2081 commit d30f3c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
include:
- {os: macOS-latest}
#- {os: macOS-latest}
- {os: ubuntu-latest}

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

* README.md: Use tinyverse.netlify.app for dependency badge

* .github/workflows/ci.yaml (jobs): Turn off macOS which is arm64 now

2024-02-23 Dirk Eddelbuettel <[email protected]>

* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4,
Expand Down

0 comments on commit d30f3c1

Please sign in to comment.