File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010jobs :
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 :
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments