Unverified Commit 13f1cd02 authored by OlivierDehaene's avatar OlivierDehaene Committed by GitHub
Browse files

feat(ci): use large runners (#179)

parent 9683c37b
...@@ -26,7 +26,7 @@ concurrency: ...@@ -26,7 +26,7 @@ concurrency:
jobs: jobs:
build-and-push-image: build-and-push-image:
runs-on: ubuntu-latest runs-on: large
permissions: permissions:
contents: read contents: read
packages: write packages: write
...@@ -133,7 +133,7 @@ jobs: ...@@ -133,7 +133,7 @@ jobs:
build-and-push-sagemaker-image: build-and-push-sagemaker-image:
needs: needs:
- build-and-push-image - build-and-push-image
runs-on: ubuntu-latest runs-on: large
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v3
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment