Skip to content

Commit

Permalink
ci: Update action runners (#3367)
Browse files Browse the repository at this point in the history
Backported-from: main (24.12)
Backported-to: 23.09
Backport-of: 3367
  • Loading branch information
achimnol committed Jan 4, 2025
1 parent a322f14 commit 7cb5732
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,11 +334,11 @@ jobs:
strategy:
fail-fast: false
matrix:
# ubuntu-latest: x86-64
# ubuntu-22.04: x86-64
# ubuntu-22.04-arm64: aarch64
# macos-12: intel
# macos-13: apple silicon
os: [ubuntu-latest, ubuntu-22.04-arm64, macos-13-xlarge, macos-12-large]
# macos-14-large: intel
# macos-14-xlarge: apple silicon
os: [ubuntu-22.04, ubuntu-22.04-arm64, macos-14-xlarge, macos-14-large]
runs-on: ${{ matrix.os }}
steps:
- name: Check out the revision
Expand Down Expand Up @@ -390,7 +390,7 @@ jobs:
build-wheels:
needs: [lint, typecheck, test, check-alembic-migrations]
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out the revision
uses: actions/checkout@v4
Expand Down

0 comments on commit 7cb5732

Please sign in to comment.