Skip to content

Commit 78d37cf

Browse files
authored
Merge pull request #82 from pwalczysko/upgrade-to-new-roles
Upgrade to new roles
2 parents 6685b72 + 0559309 commit 78d37cf

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ on:
99

1010
jobs:
1111
build:
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Build
1616
run: ./build.sh
1717
upload:
1818
needs: build
1919
if: startsWith(github.ref, 'refs/tags')
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-24.04
2121
env:
2222
name: openmicroscopy/omero-web
2323
steps:
@@ -48,7 +48,7 @@ jobs:
4848
uploadstandalone:
4949
needs: upload
5050
if: startsWith(github.ref, 'refs/tags')
51-
runs-on: ubuntu-latest
51+
runs-on: ubuntu-24.04
5252
env:
5353
name: openmicroscopy/omero-web-standalone
5454
nameParent: openmicroscopy/omero-web:latest

requirements.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# External Ansible roles required by this repository
22
- src: ome.java
3-
version: 2.2.0
3+
version: 2.3.0
44

55
- name: ome.omero_web
6-
version: 5.0.0
6+
version: 6.0.0

0 commit comments

Comments
 (0)