28
28
runs-on : ${{ matrix.os }}
29
29
strategy :
30
30
matrix :
31
- os : [ubuntu-latest, macos-latest, macos-14, oracle-aarch64 ]
31
+ os : [ubuntu-latest, macos-latest, macos-14, selfhosted-ubuntu-arm64 ]
32
32
steps :
33
33
- uses : actions/checkout@v4
34
34
- name : Install default version
39
39
runs-on : ${{ matrix.os }}
40
40
strategy :
41
41
matrix :
42
- os : [ubuntu-latest, macos-latest, macos-14, oracle-aarch64 ]
42
+ os : [ubuntu-latest, macos-latest, macos-14, selfhosted-ubuntu-arm64 ]
43
43
uv-version : ["latest", "0.3.0", "0.3.2", "0.3", "0.3.x", ">=0.3.0"]
44
44
steps :
45
45
- uses : actions/checkout@v4
53
53
runs-on : ${{ matrix.os }}
54
54
strategy :
55
55
matrix :
56
- os : [ubuntu-latest, oracle-aarch64 ]
56
+ os : [ubuntu-latest, selfhosted-ubuntu-arm64 ]
57
57
steps :
58
58
- uses : actions/checkout@v4
59
59
- name : Install version 0.3
@@ -72,14 +72,14 @@ jobs:
72
72
runs-on : ${{ matrix.os }}
73
73
strategy :
74
74
matrix :
75
- os : [ubuntu-latest, oracle-aarch64 ]
75
+ os : [ubuntu-latest, selfhosted-ubuntu-arm64 ]
76
76
checksum :
77
77
["4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd"]
78
78
exclude :
79
- - os : oracle-aarch64
79
+ - os : selfhosted-ubuntu-arm64
80
80
checksum : " 4d9279ad5ca596b1e2d703901d508430eb07564dc4d8837de9e2fca9c90f8ecd"
81
81
include :
82
- - os : oracle-aarch64
82
+ - os : selfhosted-ubuntu-arm64
83
83
checksum : " e11b01402ab645392c7ad6044db63d37e4fd1e745e015306993b07695ea5f9f8"
84
84
steps :
85
85
- uses : actions/checkout@v4
@@ -115,7 +115,7 @@ jobs:
115
115
macos-latest,
116
116
macos-14,
117
117
windows-latest,
118
- oracle-aarch64 ,
118
+ selfhosted-ubuntu-arm64 ,
119
119
]
120
120
steps :
121
121
- uses : actions/checkout@v4
0 commit comments