Skip to content

Commit

Permalink
Correct the runner for ci/cd with the correct container
Browse files Browse the repository at this point in the history
  • Loading branch information
adbartni authored Oct 12, 2023
1 parent a662e03 commit 0c59abe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mrio-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ on:
jobs:
mrio_test:

runs-on: obolibrary/odkfull
runs-on: ubuntu-latest
container: obolibrary/odkfull:v1.2.27

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 0c59abe

Please sign in to comment.