Skip to content

Commit

Permalink
fix(workflow): change to 2xl runners (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
baldm authored Jul 17, 2024
1 parent 11aa0db commit bf977a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
strategy:
matrix:
machine: [ubuntu-latest, self-hosted-arm64]
machine: [ubuntu-latest, self-hosted-arm64-2xl]
runs-on: ${{ matrix.machine }}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
change-log:
strategy:
matrix:
machine: [ubuntu-latest, self-hosted-arm64]
machine: [ubuntu-latest, self-hosted-arm64-2xl]
runs-on: ${{ matrix.machine }}
needs: build
timeout-minutes: 5
Expand Down

0 comments on commit bf977a1

Please sign in to comment.