Skip to content

Commit

Permalink
build: build with macos-latest and macos-13 images
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jul 22, 2024
1 parent 9740206 commit f27e0b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-12-large, macos-13-xlarge]
# macos-latest is arm, macos-13 is i386
os: [ubuntu-20.04, windows-2019, macos-latest, macos-13]
steps:
- uses: actions/checkout@main
with:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.60.9
- build: build with macos-latest and macos-13 images
0.60.8
- build: build with macos-12-large and macos-13-xlarge images
0.60.7
Expand Down

0 comments on commit f27e0b6

Please sign in to comment.