Skip to content

Commit

Permalink
Merge pull request ome#6371 from jburel/gha_upgrade
Browse files Browse the repository at this point in the history
Gha upgrade
  • Loading branch information
jburel authored Dec 14, 2023
2 parents 6a2adc4 + 900dca0 commit 32ef93b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
jobs:
build:
name: Release artifacts
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set version
run: |
tag_name="${GITHUB_REF##*/}"
Expand Down
12 changes: 3 additions & 9 deletions .github/workflows/source_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,14 @@ jobs:
build_zarr: [false, true]
build_snapshot: [false]
name: Build OMERO from source
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
ICE_HOME: /opt/ice-3.6.5
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Ice and Ice python binding
if: matrix.build_snapshot
uses: ome/[email protected]
- name: Set up JDK 11
if: matrix.build_snapshot
uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'zulu'
uses: ome/action-ice@v3
- name: Set up Gradle 6.8.3
if: matrix.build_snapshot
uses: gradle/gradle-build-action@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
jobs:
build:
name: Update dependencies
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: update versions
run: |
bash update_dependencies.sh
Expand Down

0 comments on commit 32ef93b

Please sign in to comment.