Skip to content

Commit

Permalink
Pin failing workflows to Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
martinburchell committed Jan 7, 2025
1 parent c32e54c commit b4e4ad0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- github_action_scripts/python_setup.sh
jobs:
build-gate:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
gate_version: ["8.6.1", "9.0.1"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- github_action_scripts/python_setup.sh
jobs:
run-integration-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
# add "postgres" when supported
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- github_action_scripts/redis_setup.sh
jobs:
python-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
# Run tests with sqlite for all python versions
Expand Down

0 comments on commit b4e4ad0

Please sign in to comment.