Skip to content

Commit

Permalink
fix(ci): pin python runners to ubuntu-22.04
Browse files Browse the repository at this point in the history
See PyO3/maturin-action#291 for more details
  • Loading branch information
chrjabs committed Oct 14, 2024
1 parent ce6edee commit 4151ef3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pyapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Build and test
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-22.04, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout sources
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:

pystubs:
name: Test python stubs
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
path: dist

sdist:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Build sdist
Expand Down

0 comments on commit 4151ef3

Please sign in to comment.