diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 2b53555..2abf97c 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -12,9 +12,7 @@ on: jobs: checks: if: github.repository_owner == 'viamrobotics' - runs-on: [self-hosted, x64] - container: - image: ghcr.io/viamrobotics/canon:amd64 + runs-on: buildjet-4vcpu-ubuntu-2204 steps: - name: Checkout PR/Push/Workflow Dispatch uses: actions/checkout@v2 diff --git a/.github/workflows/license_finder.yml b/.github/workflows/license_finder.yml index be9399a..d22b58a 100644 --- a/.github/workflows/license_finder.yml +++ b/.github/workflows/license_finder.yml @@ -10,7 +10,7 @@ on: jobs: license_finder: name: Audit 3rd-Party Licenses - runs-on: [x64, qemu-host] + runs-on: ubuntu-latest container: image: ghcr.io/viamrobotics/canon:amd64-cache options: --platform linux/amd64 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7e66417..d6fdddd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,9 +7,7 @@ on: jobs: publish: if: github.repository_owner == 'viamrobotics' - runs-on: [self-hosted, x64] - container: - image: ghcr.io/viamrobotics/canon:amd64 + runs-on: ubuntu-latest steps: - name: Check if organization member diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f4bb6c4..839e970 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -185,7 +185,7 @@ jobs: release: needs: [prepare, build_macos, build_linux] if: github.repository_owner == 'viamrobotics' - runs-on: buildjet-2vcpu-ubuntu-2204 + runs-on: ubuntu-latest steps: - uses: actions/download-artifact@v3 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bbbbbe4..4e2c505 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,9 +12,9 @@ on: jobs: test: if: github.repository_owner == 'viamrobotics' - runs-on: [self-hosted, x64] + runs-on: buildjet-4vcpu-ubuntu-2204 container: - image: ghcr.io/viamrobotics/canon:amd64 + image: ghcr.io/viamrobotics/canon:amd64-cache steps: - name: Checkout PR/Push/Workflow Dispatch uses: actions/checkout@v3 diff --git a/.github/workflows/update_protos.yml b/.github/workflows/update_protos.yml index e11fe7a..95525ad 100644 --- a/.github/workflows/update_protos.yml +++ b/.github/workflows/update_protos.yml @@ -9,9 +9,7 @@ on: jobs: update-protos: if: github.repository_owner == 'viamrobotics' - runs-on: [self-hosted, x64] - container: - image: ghcr.io/viamrobotics/canon:amd64 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: bufbuild/buf-setup-action@v1.7.0 @@ -32,5 +30,5 @@ jobs: delete-branch: true title: Automated Protos Update body: This is an auto-generated PR to update proto definitions. Check the commits to see which repos and commits are responsible for the changes - assignees: npmenard,stuqdog - reviewers: npmenard,stuqdog + assignees: njooma,stuqdog + reviewers: njooma,stuqdog