Skip to content

Commit

Permalink
chore(CI): switch runner
Browse files Browse the repository at this point in the history
  • Loading branch information
bencromwell committed Aug 29, 2024
1 parent db68916 commit 068ac14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
build-php:
runs-on: ubuntu-latest
runs-on: arc-amd64

permissions:
contents: write
Expand All @@ -36,7 +36,7 @@ jobs:
commit_message: "feat(generator): new client automatically generated in GitHub Actions"

openapi:
runs-on: ubuntu-latest
runs-on: arc-amd64
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 068ac14

Please sign in to comment.