Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
/ jfx22u Public archive

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
kevinrushforth committed May 17, 2024
1 parent 2bfd9f6 commit e7545c6
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 e7545c6

@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.