Skip to content

Commit

Permalink
ci: Pin to Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
cpswan committed Jan 9, 2025
1 parent 23963da commit 8b0c468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
# Don't run on PRs from a fork as the secrets aren't available
if: ${{ github.event.pull_request.head.repo.fork == false }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 15
strategy:
max-parallel: 1
Expand Down

0 comments on commit 8b0c468

Please sign in to comment.