Skip to content

Commit

Permalink
Update test-runner.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel-Mueck authored May 16, 2024
1 parent c0c2d50 commit 605b0b7
Showing 1 changed file with 3 additions and 3 deletions.
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-latest
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-latest
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-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down

0 comments on commit 605b0b7

Please sign in to comment.