diff --git a/.github/workflows/analyzer.yml b/.github/workflows/analyzer.yml index 0e69d8dbb7..480309c122 100644 --- a/.github/workflows/analyzer.yml +++ b/.github/workflows/analyzer.yml @@ -15,7 +15,9 @@ jobs: IWYU: "0.22" LLVM: "18" - runs-on: ubuntu-latest + runs-on: + - self-hosted + - 1ES.Pool=MC-Runner-1ES-Linux continue-on-error: true steps: diff --git a/.github/workflows/bazel-release-archive.yml b/.github/workflows/bazel-release-archive.yml index af72efd28e..a13b0e4d3d 100644 --- a/.github/workflows/bazel-release-archive.yml +++ b/.github/workflows/bazel-release-archive.yml @@ -8,7 +8,9 @@ jobs: # A release archive is required for bzlmod # See: https://blog.bazel.build/2023/02/15/github-archive-checksum.html bazel-release-archive: - runs-on: ubuntu-latest + runs-on: + - self-hosted + - 1ES.Pool=MC-Runner-1ES-Linux continue-on-error: true permissions: contents: write diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 934d107e49..dcb4bb8fe4 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -6,7 +6,9 @@ jobs: codecov: timeout-minutes: 15 - runs-on: ubuntu-latest + runs-on: + - self-hosted + - 1ES.Pool=MC-Runner-1ES-Linux steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1d58b67f7f..6532514893 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,9 @@ jobs: homebrew-entt: timeout-minutes: 5 - runs-on: ubuntu-latest + runs-on: + - self-hosted + - 1ES.Pool=MC-Runner-1ES-Linux env: GH_REPO: homebrew-entt diff --git a/.github/workflows/sanitizer.yml b/.github/workflows/sanitizer.yml index a982f53bd6..787c6d7644 100644 --- a/.github/workflows/sanitizer.yml +++ b/.github/workflows/sanitizer.yml @@ -13,7 +13,9 @@ jobs: id_type: ["std::uint32_t", "std::uint64_t"] cxx_std: [cxx_std_17, cxx_std_20] - runs-on: ubuntu-latest + runs-on: + - self-hosted + - 1ES.Pool=MC-Runner-1ES-Linux steps: - uses: actions/checkout@v4