Skip to content

Commit

Permalink
Update GitHub Actions for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Creelman committed Jul 19, 2024
1 parent a9eca97 commit 457011c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11]
os: [macos-latest]
env:
DO_DOCKER: 0
steps:
Expand Down
1 change: 1 addition & 0 deletions open-codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Note: This is the Changelog file of `opengen` - the Python interface of OpEn
### Added

* Python direct interface support for ARM-based Macs
* Updated GitHub Actions to use the macos-12 runner

## [0.8.0] - 2024-03-20

Expand Down

0 comments on commit 457011c

Please sign in to comment.