Skip to content

Commit

Permalink
DNM: Retrigger wheel build with an updated MacOS runner
Browse files Browse the repository at this point in the history
  • Loading branch information
eliarbel committed Sep 26, 2024
1 parent 0a969db commit d8fc845
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name: Wheel Builds
on:
push:
tags:
- '*'
branches: [ 'retrigger-0.46-wheel-build' ]

jobs:
build_wheels:
name: Build wheels
Expand All @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-12, windows-latest]
os: [ubuntu-latest, macos-11, windows-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12]
os: [macos-11]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit d8fc845

Please sign in to comment.