Skip to content

Commit

Permalink
build: update ubuntu to v24.04 (#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinayagarwal authored Dec 22, 2024
1 parent ceece31 commit 00dd138
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bundles-kit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bundles-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Install packages
run: sudo apt-get install xdg-utils
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
precheck:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
if: startsWith(github.event.head_commit.message, 'Releasing version') != true
outputs:
JAVA_RELEASE: ${{ env.JAVA_RELEASE }}
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
early-access:
needs: [precheck, linux-bundles, windows-bundles, mac-bundles, mac_aarch64-bundles, kit-bundles]
if: endsWith(${{ needs.precheck.outputs.PROJECT_VERSION }}, '-SNAPSHOT')
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:

jobs:
precheck:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
outputs:
JAVA_RELEASE: ${{ env.JAVA_RELEASE }}
JAVA_VERSION: ${{ env.JAVA_VERSION }}
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:

release:
needs: [precheck, linux-bundles, windows-bundles, mac-bundles, mac_aarch64-bundles, kit-bundles]
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 00dd138

Please sign in to comment.