Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Nov 30, 2023
1 parent 2db65a9 commit b763e62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/source_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +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
- name: Install Ice and Ice python binding
if: matrix.build_snapshot
uses: ome/action-ice@v2.1
uses: jburel/action-ice@bump_version
- name: Set up JDK 11
if: matrix.build_snapshot
uses: actions/setup-java@v3
Expand Down

0 comments on commit b763e62

Please sign in to comment.