Skip to content

Commit 120c2a5

Browse files
committed
ci: update runs-on to ubuntu 24.04
1 parent ba6c6a6 commit 120c2a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions: {}
1010

1111
jobs:
1212
package:
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414
timeout-minutes: 10
1515

1616
steps:
@@ -24,7 +24,7 @@ jobs:
2424
deploy:
2525
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && github.repository == 'pytest-dev/pytest-django'
2626
needs: [package]
27-
runs-on: ubuntu-22.04
27+
runs-on: ubuntu-24.04
2828
environment: deploy
2929
timeout-minutes: 15
3030
permissions:

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions: {}
1616

1717
jobs:
1818
test:
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020
continue-on-error: ${{ matrix.allow_failure }}
2121
timeout-minutes: 15
2222
permissions:
@@ -139,7 +139,7 @@ jobs:
139139
needs:
140140
- test
141141

142-
runs-on: ubuntu-latest
142+
runs-on: ubuntu-24.04
143143

144144
steps:
145145
- name: Decide whether the needed jobs succeeded or failed

0 commit comments

Comments
 (0)