Skip to content

Commit

Permalink
Lock ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
endast committed May 14, 2024
1 parent b7754d3 commit b5ef3cb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
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-latest
runs-on: ubuntu-24.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-latest
runs-on: ubuntu-24.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-latest
runs-on: ubuntu-24.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-latest
runs-on: ubuntu-24.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-latest
runs-on: ubuntu-24.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-latest
runs-on: ubuntu-24.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-latest
runs-on: ubuntu-24.04
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand All @@ -23,7 +23,7 @@ jobs:
shell: micromamba-shell {0}

DeepRVAT-Tests-Runner-Preprocessing:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:

- name: Check out repository code
Expand All @@ -44,7 +44,7 @@ jobs:
shell: micromamba-shell {0}

DeepRVAT-Tests-Runner-Annotations:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:

- name: Check out repository code
Expand Down

0 comments on commit b5ef3cb

Please sign in to comment.