Skip to content

Commit

Permalink
chore(ci): pin Github Actions runner that builds turborepo to macos-12 (
Browse files Browse the repository at this point in the history
#8024)

macos-14 appears to not be able to build turborepo successfully
and macos-latest was recently updated to point to macos-14.
Pinning this until we figure out how to make macos-14 work.
  • Loading branch information
mehulkar committed Apr 23, 2024
1 parent da53c14 commit ab004db
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bench-turborepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: ubuntu
runner: ubuntu-latest
- name: macos
runner: macos-latest
runner: macos-12
- name: windows
runner: windows-latest

Expand Down
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-latest
- host: macos-12
target: "x86_64-apple-darwin"
container-options: "--rm"
- host: macos-latest
- host: macos-12
target: "aarch64-apple-darwin"
container-options: "--rm"
- host: ubuntu-latest
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
- "x64"
- "metal"
- name: macos
runner: macos-latest
runner: macos-12
- name: windows
runner: windows-latest
steps:
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
matrix:
os:
- runner: ubuntu-latest
- runner: macos-latest
- runner: macos-12
- runner: windows-latest
steps:
# On Windows, set autocrlf to input so that when the repo is cloned down
Expand Down Expand Up @@ -357,7 +357,7 @@ jobs:
- "x64"
- "metal"
- name: macos
runner: macos-latest
runner: macos-12
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
Expand Down Expand Up @@ -652,7 +652,7 @@ jobs:
- "metal"
nextest: linux
- name: macos
runner: macos-latest
runner: macos-12
nextest: mac
- name: windows
runner: windows-latest
Expand Down Expand Up @@ -739,7 +739,7 @@ jobs:
matrix:
os:
- name: macos
runner: macos-latest
runner: macos-12
- name: windows
runner: windows-latest
runs-on: ${{ matrix.os.runner }}
Expand Down Expand Up @@ -832,7 +832,7 @@ jobs:
matrix:
os:
- name: macos
runner: macos-latest
runner: macos-12
# Temporarily disable windows bench due to consistent timeouts
# - name: windows
# runner: windows-2019
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/turborepo-library-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
fail-fast: false
matrix:
settings:
- host: macos-latest
- host: macos-12
target: "aarch64-apple-darwin"
- host: macos-latest
- host: macos-12
target: "x86_64-apple-darwin"

- host: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/turborepo-native-lib-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- "x64"
- "metal"
- name: macos
runner: macos-latest
runner: macos-12
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/turborepo-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ jobs:
fail-fast: false
matrix:
settings:
- host: macos-latest
- host: macos-12
target: "x86_64-apple-darwin"
container-options: "--rm"
- host: macos-latest
- host: macos-12
target: "aarch64-apple-darwin"
container-options: "--rm"
- host: ubuntu-latest
Expand Down

0 comments on commit ab004db

Please sign in to comment.