File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
1111
1212jobs :
1313 build :
14- runs-on : ubuntu-20 .04
14+ runs-on : ubuntu-24 .04
1515 steps :
1616 - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
1717 - run : .github/build.sh coverity
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ permissions: # added using https://github.com/step-security/secure-repo
2121
2222jobs :
2323 build :
24- runs-on : ubuntu-20 .04
24+ runs-on : ubuntu-24 .04
2525 steps :
2626 - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
2727 - run : .github/build.sh ubuntu
3232 openpace*.tar.gz
3333
3434 build-ape :
35- runs-on : ubuntu-20 .04
35+ runs-on : ubuntu-24 .04
3636 steps :
3737 - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
3838 - run : .github/build.sh ape
You can’t perform that action at this time.
0 commit comments