Skip to content

Commit

Permalink
use GH hosted arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
jay0lee authored Jan 16, 2025
1 parent 872dfc4 commit adb2768
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit adb2768

Please sign in to comment.