Skip to content

Commit

Permalink
ubuntu-dind-runners for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
strickvl committed Feb 20, 2024
1 parent 5ab2c47 commit 4c284fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
setup-and-test:
uses: ./.github/workflows/unit-test.yml
with:
os: ubuntu-latest
os: ubuntu-dind-runners
python-version: '3.8'
secrets: inherit
mlstacks-compatibility-check:
needs: setup-and-test
runs-on: ubuntu-latest
runs-on: ubuntu-dind-runners
steps:
- name: Checkout code
uses: actions/[email protected]
Expand Down

0 comments on commit 4c284fe

Please sign in to comment.