Skip to content

Commit

Permalink
Use ubuntu-22:04 and checkout@v4 in omero_plugin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed May 7, 2024
1 parent 7ef679a commit c531e4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/omero_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ on:
jobs:
test:
name: Run integration tests against OMERO
runs-on: ubuntu-latest
runs-on: ubuntu-22:04
env:
STAGE: app
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Checkout omero-test-infra
uses: actions/checkout@master
with:
Expand Down

0 comments on commit c531e4c

Please sign in to comment.