Skip to content

Commit

Permalink
8332328: [GHA] GitHub Actions build fails on Linux: unable to find gc…
Browse files Browse the repository at this point in the history
…c-13

Upgrade GHA Linux build platform to Ubuntu 24.04

Backport-of: d7ab55184f757a614f9fc8f191c3c5794a16cc88
  • Loading branch information
Johan Vos committed Jun 4, 2024
1 parent 136dd66 commit 2086658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
linux_x64_build:
name: Linux x64
needs: validation
runs-on: "ubuntu-22.04"
runs-on: "ubuntu-24.04"

env:
# FIXME: read this information from a property file
Expand Down

1 comment on commit 2086658

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.