Skip to content

Commit

Permalink
Try pinning GitHub Actions ubuntu to 22.04
Browse files Browse the repository at this point in the history
Getting a couple of tests failing with no test errors but

  Error: Process completed with exit code 255.
  • Loading branch information
philgyford committed Jan 14, 2025
1 parent 29779f3 commit e9d2219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
test:
name: "Python ${{ matrix.python-version }}, Django ${{ matrix.django-version}}"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

strategy:
fail-fast: false
Expand Down

0 comments on commit e9d2219

Please sign in to comment.