File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ DEPS="gengetopt help2man automake libtool"
88
99case " $1 " in
1010 ubuntu|coverity)
11- DEPS=" $DEPS gccgo golang-go openjdk-8-jdk openjdk-8-jre-headless python -dev ruby-dev swig xutils-dev doxygen"
11+ DEPS=" $DEPS gccgo golang-go openjdk-8-jdk openjdk-8-jre-headless python3 -dev ruby-dev swig xutils-dev doxygen"
1212 ;;
1313 macos)
1414 DEPS=" $DEPS openssl"
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