Skip to content

Commit

Permalink
macos version
Browse files Browse the repository at this point in the history
  • Loading branch information
bassmang committed Jun 19, 2024
1 parent fc5b298 commit 0cad4dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
deactivate'
macos-python-build:
name: macos.amd64.py${{ matrix.config.version }}.build
runs-on: macos-11
runs-on: macos-13
strategy:
matrix:
config:
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
macos-python-test:
name: macos.amd64.py${{ matrix.version }}.test
needs: macos-python-build
runs-on: macos-11
runs-on: macos-13
strategy:
matrix:
version: [3.6, 3.7, 3.8, 3.9, "3.10"]
Expand Down

0 comments on commit 0cad4dd

Please sign in to comment.