Skip to content

Commit

Permalink
Update linux gate runner image for debuginfotests to Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Sep 20, 2024
1 parent e49d834 commit c6f5c2b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ permissions:
jobs:
build-graalvm-linux:
name: /${{ matrix.env.PRIMARY }} ${{ matrix.env.GATE_TAGS }} JDK${{ matrix.env.JDK_VERSION }}
runs-on: ubuntu-20.04
runs-on: ${{ matrix.os || 'ubuntu-20.04' }}
timeout-minutes: 60
strategy:
fail-fast: false
Expand Down Expand Up @@ -120,7 +120,8 @@ jobs:
GATE_TAGS: "build,helloworld,native_unittests"
PRIMARY: "substratevm"
PIP_PACKAGES: "jsonschema==4.6.1"
- env:
- os: ubuntu-24.04
env:
JDK_VERSION: "latest"
GATE_TAGS: "build,debuginfotest"
PRIMARY: "substratevm"
Expand Down

0 comments on commit c6f5c2b

Please sign in to comment.