Skip to content

Commit

Permalink
trying to bump macos runner to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasLYang committed Nov 4, 2024
1 parent cb5a8e6 commit 9d0cc2b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lsp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
fail-fast: false
matrix:
settings:
- host: macos-12
- host: macos-13
target: "x86_64-apple-darwin"
container-options: "--rm"
- host: macos-12
- host: macos-13
target: "aarch64-apple-darwin"
container-options: "--rm"
- host: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-js-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- "x64"
- "metal"
- name: macos
runner: macos-12
runner: macos-13
node-version:
- 18
- 20
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/turborepo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
matrix:
os:
- runner: ubuntu-latest
- runner: macos-12
- runner: macos-13
- runner: windows-latest
steps:
# On Windows, set autocrlf to input so that when the repo is cloned down
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
- "metal"
nextest: linux
- name: macos
runner: macos-12
runner: macos-13
nextest: mac
- name: windows
runner: windows-latest
Expand Down

0 comments on commit 9d0cc2b

Please sign in to comment.