Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jleni authored Dec 3, 2023
1 parent 508aa28 commit 8b3e6e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build:
runs-on: [self-hosted, linux, x64]
runs-on: zondax-runners
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -20,7 +20,7 @@ jobs:
run: make build

test:
runs-on: [self-hosted, linux, x64]
runs-on: zondax-runners
environment: DEVNET
steps:
- name: Checkout
Expand Down

0 comments on commit 8b3e6e3

Please sign in to comment.