Skip to content

Commit

Permalink
Remove explicit osx13
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Sep 15, 2024
1 parent 0b66877 commit 1a0710b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ jobs:
- ubuntu-latest
- macOS-latest
- windows-latest
- macos-13
cibw_skip:
- '*-win32'
arch:
Expand Down Expand Up @@ -403,8 +402,8 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'push' && ! startsWith(github.event.ref, 'refs/tags') && ! startsWith(github.event.ref, 'refs/heads/release')
needs:
- build_binpy_wheels
- build_and_test_sdist
- build_binpy_wheels
steps:
- name: Checkout source
uses: actions/checkout@v4.1.1
Expand Down Expand Up @@ -478,8 +477,8 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'push' && (startsWith(github.event.ref, 'refs/tags') || startsWith(github.event.ref, 'refs/heads/release'))
needs:
- build_binpy_wheels
- build_and_test_sdist
- build_binpy_wheels
steps:
- name: Checkout source
uses: actions/checkout@v4.1.1
Expand Down

0 comments on commit 1a0710b

Please sign in to comment.