Skip to content

Commit

Permalink
Use macos-13 runners (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhan83 authored May 28, 2024
1 parent ac2accf commit 585a209
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ jobs:
gh release upload ${{ steps.prep.outputs.version }} playwright-windows-amd64.zip
release-macos-bundle:
runs-on: macos-latest
# macos-latest is arm only
runs-on: macos-13
needs: [create-release-draft]
steps:
- name: Find Matching Draft Tag
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ jobs:
gsutil cp ./playwright-windows-amd64.zip gs://${{ secrets.GCS_RUNNER_BUCKET }}/playwright-windows-amd64-${{ github.run_id }}.zip
build-macos-bundle:
runs-on: macos-latest
# macos-latest is arm only
runs-on: macos-13
needs: [test]
steps:
- name: Checkout
Expand Down

0 comments on commit 585a209

Please sign in to comment.