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 @@ -6,7 +6,7 @@ on: [push, pull_request]
66
77jobs :
88 rpm :
9- runs-on : ubuntu-20 .04
9+ runs-on : ubuntu-24 .04
1010 container : registry.suse.com/bci/bci-base:15.3
1111 steps :
1212 - name : setup-environment
2727 path : ' *.rpm'
2828
2929 tag-release :
30- runs-on : ubuntu-20 .04
30+ runs-on : ubuntu-24 .04
3131 needs : rpm
3232 steps :
3333 - name : download-artifacts
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ on: [push, pull_request]
33
44jobs :
55 makefile :
6- runs-on : ubuntu-20 .04
6+ runs-on : ubuntu-24 .04
77 steps :
88 - uses : actions/checkout@v2
99 - name : setup
3030 /bats-core-1.9.0/bin/bats ci/tests.bats
3131
3232 meson :
33- runs-on : ubuntu-20 .04
33+ runs-on : ubuntu-24 .04
3434 steps :
3535 - uses : actions/checkout@v2
3636 - name : setup
You can’t perform that action at this time.
0 commit comments