Skip to content

Commit

Permalink
Move to ubuntu latest
Browse files Browse the repository at this point in the history
  • Loading branch information
pcm32 committed Oct 12, 2023
1 parent cbb2ec4 commit e5c80cb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda-templated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
getchanges:
name: Get changed repos
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:

test:
name: Build image and optionally deploy
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
needs: getchanges
strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ens_update_env_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
test:
name: Build image
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
env:
IMAGE_NAME: ensembl-update-env

Expand All @@ -34,7 +34,7 @@ jobs:
deploy:
name: Build and deploy image to quay.io/ebigxa
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
env:
IMAGE_NAME: ensembl-update-env

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
name: Build and push image
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
env:
IMAGE_NAME: github-actions-runner

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/irap-fedora-ci-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
deploy:
name: Build and deploy image to quay.io/ebigxa
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scxa-solrcloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
name: Build and push image
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
env:
IMAGE_NAME: scxa-solrcloud

Expand Down

0 comments on commit e5c80cb

Please sign in to comment.