Skip to content

Commit

Permalink
chore: use ARM64 runner for main build (#5080)
Browse files Browse the repository at this point in the history
  • Loading branch information
JorTurFer authored Oct 16, 2023
1 parent b314194 commit 9dce499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
build:
name: build
runs-on: ubuntu-latest
runs-on: ARM64
permissions:
contents: read
packages: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
build:
name: Push Release
runs-on: ubuntu-latest
runs-on: ARM64
permissions:
contents: write
packages: write
Expand Down

0 comments on commit 9dce499

Please sign in to comment.