Skip to content

Commit

Permalink
Try backing CI off to Ubuntu 22.04 to see if tests pass there
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu>
  • Loading branch information
jafingerhut committed Feb 11, 2025
1 parent f40e468 commit 6e4b426
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
verify-python:
name: Python code verification (src)
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install dependencies
Expand All @@ -26,7 +26,7 @@ jobs:
run: |
make test
test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
publish-to-pypi:
name: Publish a Python distribution to PyPI
if: ${{ github.repository == 'p4lang/ptf' }}
runs-on: [ubuntu-latest]
runs-on: [ubuntu-22.04]
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit 6e4b426

Please sign in to comment.