Skip to content

Commit

Permalink
update build to 24.04 (#1200)
Browse files Browse the repository at this point in the history
* update build to 24.04

* Update mac_store_build.yml to 2404
  • Loading branch information
danparisd authored Feb 18, 2025
1 parent 961626f commit 31a9452
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Java CI with Gradle
on: [push, pull_request]
jobs:
set-env-vars:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: FranzDiebold/github-env-vars-action@v2.1.0
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
S3_DESTINATION: ${{ steps.output_env_vars_step.outputs.S3_DESTINATION }}

build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
needs: set-env-vars
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
include-hidden-files: true
path: ${{ github.workspace }}/binaries
upload:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
needs: [sign-windows, set-env-vars]
steps:
- name: Set upload secrets
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/mac_store_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
set-env-vars:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: FranzDiebold/github-env-vars-action@v2.1.0
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
IS_RELEASE: ${{ steps.tagged.outcome }}

build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
needs: set-env-vars
if: ${{ needs.set-env-vars.outputs.IS_RELEASE != 'skipped' }}
steps:
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
include-hidden-files: true
path: jvm/workbookapp/.exec/
upload:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
needs: [set-env-vars, build]
steps:
- name: Set upload secrets
Expand Down

0 comments on commit 31a9452

Please sign in to comment.