Skip to content

Commit

Permalink
use arm64 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
sojingle committed Nov 20, 2024
1 parent c256a7f commit c1e2de9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
authorize:
name: Authorize
runs-on: macos-13
runs-on: macos-13-xlarge
steps:
- name: ${{ github.actor }} permission check to do a release
uses: octokit/[email protected]
Expand All @@ -27,7 +27,7 @@ jobs:

release:
name: Release
runs-on: macos-13
runs-on: macos-13-xlarge
needs: [authorize, run-tests]
steps:
- name: Checkout
Expand Down

0 comments on commit c1e2de9

Please sign in to comment.