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: {}
1010
1111jobs :
1212 package :
13- runs-on : ubuntu-22 .04
13+ runs-on : ubuntu-24 .04
1414 timeout-minutes : 10
1515
1616 steps :
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 :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ permissions: {}
1616
1717jobs :
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
You can’t perform that action at this time.
0 commit comments