这是indexloc提供的服务,不要输入任何密码
Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/turborepo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
os:
- runner: ubuntu-latest
- runner: macos-latest
- runner: windows-latest
- runner: windows-latest-8-core
steps:
# On Windows, set autocrlf to input so that when the repo is cloned down
# the fixtures retain their line endings and don't get updated to CRLF.
Expand All @@ -125,7 +125,7 @@ jobs:
# the line endings on checkout, the file hashes will change.
# https://www.git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#_core_autocrlf
- name: set crlf
if: matrix.os.runner == 'windows-latest'
if: matrix.os.runner == 'windows-latest-8-core'
shell: bash
run: git config --global core.autocrlf input
- uses: actions/checkout@v4
Expand Down Expand Up @@ -370,7 +370,7 @@ jobs:
- name: macos
runner: macos-latest
- name: windows
runner: windows-latest
runner: windows-latest-8-core
runs-on: ${{ matrix.os.runner }}
needs:
- find-changes
Expand Down
Loading