Skip to content

Commit

Permalink
add arm64 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
vot4anto committed Dec 6, 2023
1 parent baa21fc commit 7b4cdde
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Runs CI tests and generates wheels on the following platforms:
#
# * Linux (py2 and py3)
# * macOS (py2 and py3)
# * Windows (py3, py2 is done by appveyor)
# * Linux
# * macOS
# * Windows
#
# Useful URLs:
# * https://github.com/pypa/cibuildwheel
Expand Down Expand Up @@ -31,6 +31,8 @@ jobs:
archs: "x86_64"
- os: windows-2019
archs: "AMD64"
- os: macos13-arm64
archs: "arm64"

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

0 comments on commit 7b4cdde

Please sign in to comment.