From adb27682587d1201f643c35ddd983dd14ae443aa Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 16 Jan 2025 13:45:45 -0500 Subject: [PATCH] use GH hosted arm64 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29e479a..1736448 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,11 +50,11 @@ jobs: jid: 5 goal: build arch: Win64 - - os: [self-hosted, linux, arm64] + - os: ubuntu-22.04-arm jid: 6 goal: build arch: aarch64 - - os: [self-hosted, linux, arm64] + - os: ubuntu-22.04-arm jid: 7 goal: build arch: aarch64 @@ -89,7 +89,7 @@ jobs: with: path: | cache.tar.xz - key: ${{ matrix.jid }}-2024-10-31 + key: ${{ matrix.jid }}-2025-01-16 - name: Untar Cache archive if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'