Skip to content

Commit

Permalink
fix(ci): swtich arm runners (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
korniltsev authored Nov 21, 2024
1 parent 0837606 commit d1d2994
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-ffi-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

linux-arm-build:
name: Linux - arm64
runs-on: [self-hosted, Linux, ARM64]
runs-on: github-hosted-ubuntu-arm64
steps:
- uses: AutoModality/action-clean@v1
- uses: actions/checkout@v3
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@ jobs:
python-release-linux-arm:
needs: [ 'python-release' ]
name: Release python linux arm64
runs-on: [self-hosted, Linux, ARM64]

runs-on: github-hosted-ubuntu-arm64
steps:
- uses: AutoModality/action-clean@v1
- uses: actions/checkout@v3
Expand Down Expand Up @@ -280,8 +279,7 @@ jobs:
ruby-release-linux-arm:
needs: [ 'ruby-release' ]
name: Release Linux gem arm64
runs-on: [ self-hosted, Linux, ARM64 ]

runs-on: github-hosted-ubuntu-arm64
steps:
- uses: actions/checkout@v3
- run: make gem/linux/arm64
Expand Down

0 comments on commit d1d2994

Please sign in to comment.