Skip to content

Commit 4b37f92

Browse files
authored
improvement(ci): migrate to blacksmith runners (#1879)
1 parent 698717d commit 4b37f92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
build-ghcr-arm64:
113113
name: Build ARM64 (GHCR Only)
114114
needs: test-build
115-
runs-on: linux-arm64-8-core
115+
runs-on: blacksmith-8vcpu-ubuntu-2404-arm
116116
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
117117
permissions:
118118
contents: read

.github/workflows/images.yml

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

101101
build-ghcr-arm64:
102102
name: Build ARM64 (GHCR Only)
103-
runs-on: linux-arm64-8-core
103+
runs-on: blacksmith-8vcpu-ubuntu-2404-arm
104104
if: github.ref == 'refs/heads/main'
105105
strategy:
106106
fail-fast: false

0 commit comments

Comments
 (0)