From 04b2be4e3ccbfe15b1cb5e0df50beaf194f33819 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Fri, 6 Dec 2024 15:07:27 -0500 Subject: [PATCH] Try different Linux runners --- .github/workflows/build.yaml | 4 ++-- .github/workflows/ci.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 38916da..f91ccd6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -22,10 +22,10 @@ jobs: runner: macos-13-large system: X64-macOS - nix-system: aarch64-linux - runner: namespace-profile-default-arm64 + runner: UbuntuLatest32Cores128GArm system: ARM64-Linux - nix-system: x86_64-linux - runner: ubuntu-22.04 + runner: UbuntuLatest32Cores128G system: X64-Linux steps: - name: git checkout diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a3cf4d7..d0c63d7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -107,11 +107,11 @@ jobs: matrix: systems: - system: X64-Linux - runner: ubuntu-22.04 + runner: UbuntuLatest32Cores128G - system: ARM64-Linux - runner: namespace-profile-default-arm64 + runner: UbuntuLatest32Cores128GArm - system: X64-macOS - runner: macos-13 + runner: macos-13-large - system: ARM64-macOS runner: macos-latest-xlarge steps: