Skip to content

Commit

Permalink
Update GHA workflows to use Ubuntu 24.04 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaso committed Dec 7, 2024
1 parent 8b05ac1 commit b441c84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:
jobs:
integration:
name: Integration testing
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
jobs:
python:
name: Python
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
jobs:
pypi:
name: PyPi Publish
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

environment:
name: release
Expand Down

0 comments on commit b441c84

Please sign in to comment.