Skip to content

Commit

Permalink
Revert "bring back runners"
Browse files Browse the repository at this point in the history
This reverts commit 0d78b1e.
  • Loading branch information
korniltsev committed Apr 5, 2024
1 parent 0d78b1e commit db8e6d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-ffi-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:

linux-arm-build:
name: Linux - arm64
runs-on: [self-hosted, Linux, ARM64]
# runs-on: [self-hosted, Linux, ARM64]
runs-on: ubuntu-latest
steps:
- uses: docker/setup-qemu-action@v3
- uses: AutoModality/action-clean@v1
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ jobs:
python-release-linux-arm:
needs: [ 'python-release' ]
name: Release python linux arm64
runs-on: [self-hosted, Linux, ARM64]
# runs-on: [self-hosted, Linux, ARM64] # TODO
runs-on: ubuntu-latest

steps:
- uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit db8e6d2

Please sign in to comment.