Skip to content

Commit

Permalink
ci: run interop tests on self-hosted runners (#2281)
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed May 9, 2023
1 parent 1d98f64 commit 96f3dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/interop-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
run-multidim-interop:
name: Run multidimensional interoperability tests
runs-on: ubuntu-22.04
runs-on: ${{ fromJSON(vars['INTEROP_TEST_RUNNER_UBUNTU'] || '"ubuntu-22.04"') }}
steps:
- uses: actions/checkout@v3
- name: Build image
Expand Down

0 comments on commit 96f3dd3

Please sign in to comment.