Skip to content

Commit d1d2994

Browse files
authored
fix(ci): swtich arm runners (#185)
1 parent 0837606 commit d1d2994

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/ci-ffi-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
linux-arm-build:
5555
name: Linux - arm64
56-
runs-on: [self-hosted, Linux, ARM64]
56+
runs-on: github-hosted-ubuntu-arm64
5757
steps:
5858
- uses: AutoModality/action-clean@v1
5959
- uses: actions/checkout@v3

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ jobs:
145145
python-release-linux-arm:
146146
needs: [ 'python-release' ]
147147
name: Release python linux arm64
148-
runs-on: [self-hosted, Linux, ARM64]
149-
148+
runs-on: github-hosted-ubuntu-arm64
150149
steps:
151150
- uses: AutoModality/action-clean@v1
152151
- uses: actions/checkout@v3
@@ -280,8 +279,7 @@ jobs:
280279
ruby-release-linux-arm:
281280
needs: [ 'ruby-release' ]
282281
name: Release Linux gem arm64
283-
runs-on: [ self-hosted, Linux, ARM64 ]
284-
282+
runs-on: github-hosted-ubuntu-arm64
285283
steps:
286284
- uses: actions/checkout@v3
287285
- run: make gem/linux/arm64

0 commit comments

Comments
 (0)