Skip to content

Commit

Permalink
Use arc-runner-set
Browse files Browse the repository at this point in the history
  • Loading branch information
tvorogme committed Dec 15, 2024
1 parent 9599210 commit d85dfd7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ton-nix-python-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- name: Install QEMU
uses: docker/setup-qemu-action@v2
if: matrix.os == 'Linux' && matrix.arch == 'aarch64'
if: matrix.os == 'arc-runner-set' && matrix.arch == 'aarch64'

- uses: actions/checkout@v4
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ton-nix-python-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
strategy:
matrix:
arch: [x86_64, aarch64]
os: [Linux, macos-14]
os: [arc-runner-set, macos-14]
python: [39, 310, 311]
exclude:
- # covered by ton-x86_64-linux-python.yml
os: Linux
os: arc-runner-set
arch: x86_64
include:
- os: Linux
- os: arc-runner-set
nix-extra: |
extra-platforms = x86_64-linux aarch64-linux
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ton-x86_64-linux-python-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
python: [310, 312]
runs-on: Linux
runs-on: arc-runner-set

steps:
- uses: kenchan0130/actions-system-info@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ton-x86_64-linux-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
python: [39, 310, 311]
runs-on: [self-hosted, Linux, X64]
runs-on: [self-hosted, arc-runner-set, X64]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit d85dfd7

Please sign in to comment.