Skip to content

Commit

Permalink
Merge pull request #17110 from desktop/Use-new-M1-runner
Browse files Browse the repository at this point in the history
Use macos-13-xl-arm64 M1 runner
  • Loading branch information
tidy-dev committed Jul 28, 2023
2 parents d9501c7 + 12dd8c3 commit 71f61fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ jobs:
fail-fast: false
matrix:
node: [18.14.0]
os: [macos-11, windows-2019]
os: [macos-13-xl-arm64, windows-2019]
arch: [x64, arm64]
include:
- os: macos-11
- os: macos-13-xl-arm64
friendlyName: macOS
- os: windows-2019
friendlyName: Windows
Expand Down

0 comments on commit 71f61fe

Please sign in to comment.