Skip to content

Commit

Permalink
ci: update runs-on to ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetech committed Feb 9, 2025
1 parent ba6c6a6 commit 120c2a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions: {}

jobs:
package:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 10

steps:
Expand All @@ -24,7 +24,7 @@ jobs:
deploy:
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && github.repository == 'pytest-dev/pytest-django'
needs: [package]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
environment: deploy
timeout-minutes: 15
permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions: {}

jobs:
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
continue-on-error: ${{ matrix.allow_failure }}
timeout-minutes: 15
permissions:
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
needs:
- test

runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- name: Decide whether the needed jobs succeeded or failed
Expand Down

0 comments on commit 120c2a5

Please sign in to comment.