Skip to content

Commit

Permalink
Switch runner
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Robinson <[email protected]>
  • Loading branch information
autarchprinceps committed Jun 4, 2024
1 parent 3c7a5a5 commit f684e98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: arvato
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
uses: actions/[email protected]
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand All @@ -24,4 +24,3 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: publish

0 comments on commit f684e98

Please sign in to comment.