Skip to content

Commit 29cd0aa

Browse files
committed
CI: updated ubuntu runners
1 parent ae0a677 commit 29cd0aa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DEPS="gengetopt help2man automake libtool"
88

99
case "$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"

.github/workflows/coverity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
jobs:
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

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ permissions: # added using https://github.com/step-security/secure-repo
2121

2222
jobs:
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
@@ -32,7 +32,7 @@ jobs:
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

0 commit comments

Comments
 (0)