Skip to content

Commit

Permalink
Module build does not need to happen on buildjet
Browse files Browse the repository at this point in the history
  • Loading branch information
acmorrow committed Sep 18, 2023
1 parent 5c67df6 commit 5b98236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
platform: [arm64]
runs-on: buildjet-8vcpu-ubuntu-2204-arm
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build
Expand Down

0 comments on commit 5b98236

Please sign in to comment.