Skip to content

Commit

Permalink
pin gha runner to ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle committed Dec 17, 2024
1 parent f6f4e39 commit 069943b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-tests-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env:
jobs:
test-pypi:
name: "test pypi (py${{ matrix.version }})"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

strategy:
fail-fast: false
Expand All @@ -53,7 +53,7 @@ jobs:
uses: awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad
with:
packages: libgl1-mesa-glx xvfb
version: 2.0
version: 1.0

- name: "pip install"
run: |
Expand Down

0 comments on commit 069943b

Please sign in to comment.