From 6fd3820e79e6e65cea8977ef4026b6c7b14d7438 Mon Sep 17 00:00:00 2001 From: pasta Date: Thu, 31 Oct 2024 19:22:20 -0500 Subject: [PATCH] Revert "prebuild run on hosted actions" This reverts commit c73b86d769767a05d1f22177bfeb250a733b502b. --- .github/workflows/prebuild-devcontainers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prebuild-devcontainers.yml b/.github/workflows/prebuild-devcontainers.yml index bc75865ab65..794fa3d4a56 100644 --- a/.github/workflows/prebuild-devcontainers.yml +++ b/.github/workflows/prebuild-devcontainers.yml @@ -16,7 +16,7 @@ concurrency: jobs: build: name: Build and push devcontainer - runs-on: ubuntu-latest + runs-on: ["self-hosted", "linux", "x64", "ubuntu-platform"] timeout-minutes: 60 steps: - name: Checkout repo