Skip to content

Commit

Permalink
ci(actions): upgrade to ubuntu 24.04 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonadoni committed Jul 24, 2024
1 parent 7d08708 commit 2a9695a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
lint-commitlint:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -40,7 +40,7 @@ jobs:
./run-tests.sh --check-commitlint ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} ${{ github.event.pull_request.head.sha }} ${{ github.event.pull_request.number }}
lint-shellcheck:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -51,7 +51,7 @@ jobs:
./run-tests.sh --check-shellcheck
cwl-validate:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -62,7 +62,7 @@ jobs:
reana_specs: reana-cwl*.yaml

cwl-local-run:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -78,7 +78,7 @@ jobs:
cd .. && rm -rf cwl-local-run
serial-validate:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -89,7 +89,7 @@ jobs:
reana_specs: reana.yaml reana-htcondorcern.yaml reana-slurmcern.yaml

serial-local-run:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -109,7 +109,7 @@ jobs:
ls -l `pwd`/results/plot.png
snakemake-validate:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -120,7 +120,7 @@ jobs:
reana_specs: reana-snakemake*.yaml

snakemake-local-run:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -136,7 +136,7 @@ jobs:
cd .. && rm -rf snakemake-local-run
yadage-validate:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -147,7 +147,7 @@ jobs:
reana_specs: reana-yadage*.yaml

yadage-local-run:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 2a9695a

Please sign in to comment.