Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
keller-mark committed Sep 27, 2024
1 parent f620903 commit b3f84a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: go get github.com/keller-mark/esbuild-py

- name: Build wheels
uses: pypa/cibuildwheel@v2.17.0
uses: pypa/cibuildwheel@v2.21.1
env:
CIBW_BEFORE_ALL_LINUX: ./scripts/cibw_linux_before_all.sh
CIBW_ENVIRONMENT_LINUX: PATH=$PATH:/usr/local/go/bin:/go/bin
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on: [push, pull_request]

jobs:
test_python:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
version: ['3.7', '3.11']
# macos-13 is an intel runner, macos-14 is apple silicon
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
steps:
- uses: actions/checkout@v3
- name: Set up Go 1.x
Expand Down

0 comments on commit b3f84a0

Please sign in to comment.