Skip to content

Commit a011e7e

Browse files
committed
chore: run publish workflows on assigned vm
1 parent 86963b7 commit a011e7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
publish-dry-run:
1212
name: Cargo publish dry-run
13-
runs-on: ubuntu-latest
13+
runs-on: Linux-ARM64-Runner
1414
if: ${{ github.repository_owner == '0xMiden' }}
1515
steps:
1616
- name: Checkout repository
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
publish-release:
1212
name: Cargo publish release
13-
runs-on: ubuntu-latest
13+
runs-on: Linux-ARM64-Runner
1414
if: ${{ github.repository_owner == '0xMiden' }}
1515
steps:
1616
- name: Checkout repository

0 commit comments

Comments
 (0)