Skip to content

Commit

Permalink
Switch to MacOS arm64 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jmao-denver committed Oct 24, 2024
1 parent e65f8ff commit 6299c87
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ jobs:
run: python setup.py test

test-free-threaded:
runs-on: ubuntu-22.04
runs-on: macos-latest
strategy:
matrix:
python: ['3.13t']
java: ['8', '11', '17', '21', '23']
steps:
- uses: actions/checkout@v4
Expand All @@ -45,10 +46,11 @@ jobs:

- uses: astral-sh/setup-uv@v3
- run: |
uv python install 3.13t
uv venv --python 3.13t
uv python install ${{ matrix.python }}
uv venv --python ${{ matrix.python }}
source .venv/bin/activate
uv pip install pip
echo $JAVA_HOME
echo PATH=$PATH >> $GITHUB_ENV
- run: pip install "setuptools < 72"
Expand Down

0 comments on commit 6299c87

Please sign in to comment.