Skip to content

Commit

Permalink
Change to ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
endast committed May 14, 2024
1 parent 77f268d commit 376c5c8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autoblack_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: autoblack_pull_request
on: [ pull_request ]
jobs:
black-code:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:

jobs:
docs-build:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ammaraskar/sphinx-action@0.4
with:
docs-folder: "docs/"

docs-link-check:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ammaraskar/sphinx-action@0.4
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [ push ]

jobs:
DeepRVAT-Pipeline-Smoke-Tests:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
shell: micromamba-shell {0}

DeepRVAT-Pipeline-Tests:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
needs: DeepRVAT-Pipeline-Smoke-Tests
steps:
- name: Check out repository code
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:


DeepRVAT-Preprocessing-Pipeline-Smoke-Tests:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:


DeepRVAT-Annotation-Pipeline-Smoke-Tests:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand All @@ -131,7 +131,7 @@ jobs:


DeepRVAT-Preprocessing-Pipeline-Tests-No-QC:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
needs: DeepRVAT-Preprocessing-Pipeline-Smoke-Tests
steps:
- name: Check out repository code
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:


DeepRVAT-Preprocessing-Pipeline-Tests-With-QC:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
needs: DeepRVAT-Preprocessing-Pipeline-Smoke-Tests
steps:

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [ push ]

jobs:
DeepRVAT-Tests-Runner:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand All @@ -24,7 +24,7 @@ jobs:
shell: micromamba-shell {0}

DeepRVAT-Tests-Runner-Preprocessing:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand All @@ -45,7 +45,7 @@ jobs:
shell: micromamba-shell {0}

DeepRVAT-Tests-Runner-Annotations:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down

0 comments on commit 376c5c8

Please sign in to comment.