File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions: {}
10
10
11
11
jobs :
12
12
package :
13
- runs-on : ubuntu-22 .04
13
+ runs-on : ubuntu-24 .04
14
14
timeout-minutes : 10
15
15
16
16
steps :
24
24
deploy :
25
25
if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && github.repository == 'pytest-dev/pytest-django'
26
26
needs : [package]
27
- runs-on : ubuntu-22 .04
27
+ runs-on : ubuntu-24 .04
28
28
environment : deploy
29
29
timeout-minutes : 15
30
30
permissions :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ permissions: {}
16
16
17
17
jobs :
18
18
test :
19
- runs-on : ubuntu-22 .04
19
+ runs-on : ubuntu-24 .04
20
20
continue-on-error : ${{ matrix.allow_failure }}
21
21
timeout-minutes : 15
22
22
permissions :
@@ -139,7 +139,7 @@ jobs:
139
139
needs :
140
140
- test
141
141
142
- runs-on : ubuntu-latest
142
+ runs-on : ubuntu-24.04
143
143
144
144
steps :
145
145
- name : Decide whether the needed jobs succeeded or failed
You can’t perform that action at this time.
0 commit comments