Skip to content

Commit abac0ce

Browse files
authored
Use runner label selfhosted-ubuntu-arm64 (#96)
Replaces oracle-aarch64 to better express what the runner is used for
1 parent 03e245b commit abac0ce

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/test-cache.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
CACHE_HIT: ${{ steps.restore.outputs.cache-hit }}
9090

9191
test-setup-cache-local:
92-
runs-on: oracle-aarch64
92+
runs-on: selfhosted-ubuntu-arm64
9393
steps:
9494
- uses: actions/checkout@v4
9595
- name: Setup with cache
@@ -101,7 +101,7 @@ jobs:
101101
- run: uv sync
102102
working-directory: __tests__/fixtures/uv-project
103103
test-restore-cache-local:
104-
runs-on: oracle-aarch64
104+
runs-on: selfhosted-ubuntu-arm64
105105
needs: test-setup-cache-local
106106
steps:
107107
- uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ${{ matrix.os }}
2929
strategy:
3030
matrix:
31-
os: [ubuntu-latest, macos-latest, macos-14, oracle-aarch64]
31+
os: [ubuntu-latest, macos-latest, macos-14, selfhosted-ubuntu-arm64]
3232
steps:
3333
- uses: actions/checkout@v4
3434
- name: Install default version
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ${{ matrix.os }}
4040
strategy:
4141
matrix:
42-
os: [ubuntu-latest, macos-latest, macos-14, oracle-aarch64]
42+
os: [ubuntu-latest, macos-latest, macos-14, selfhosted-ubuntu-arm64]
4343
uv-version: ["latest", "0.3.0", "0.3.2", "0.3", "0.3.x", ">=0.3.0"]
4444
steps:
4545
- uses: actions/checkout@v4
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ${{ matrix.os }}
5454
strategy:
5555
matrix:
56-
os: [ubuntu-latest, oracle-aarch64]
56+
os: [ubuntu-latest, selfhosted-ubuntu-arm64]
5757
steps:
5858
- uses: actions/checkout@v4
5959
- name: Install version 0.3
@@ -72,14 +72,14 @@ jobs:
7272
runs-on: ${{ matrix.os }}
7373
strategy:
7474
matrix:
75-
os: [ubuntu-latest, oracle-aarch64]
75+
os: [ubuntu-latest, selfhosted-ubuntu-arm64]
7676
checksum:
7777
["4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd"]
7878
exclude:
79-
- os: oracle-aarch64
79+
- os: selfhosted-ubuntu-arm64
8080
checksum: "4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd"
8181
include:
82-
- os: oracle-aarch64
82+
- os: selfhosted-ubuntu-arm64
8383
checksum: "e11b01402ab645392c7ad6044db63d37e4fd1e745e015306993b07695ea5f9f8"
8484
steps:
8585
- uses: actions/checkout@v4
@@ -115,7 +115,7 @@ jobs:
115115
macos-latest,
116116
macos-14,
117117
windows-latest,
118-
oracle-aarch64,
118+
selfhosted-ubuntu-arm64,
119119
]
120120
steps:
121121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)