File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 1313 os :
1414 - windows-2019
1515 - ubuntu-22.04
16- - macos-13 # x86
1716 d :
1817 - " ldc-latest"
1918 compiler :
2221 - os : macos-14 # arm64
2322 d : " ldc-latest"
2423 compiler : " appleclang"
24+ - os : macos-13 # x86
25+ d : " ldc-latest"
26+ compiler : " appleclang"
2527
2628 steps :
2729 - uses : actions/checkout@v4
8890 if : startsWith(github.ref, 'refs/tags/')
8991 runs-on : ubuntu-latest
9092 needs : build
91- strategy :
92- matrix :
93- node :
94- - 20
95- pnpm :
96- - 9
9793 steps :
9894 - name : Merge Artifacts
9995 uses : actions/upload-artifact/merge@v4
@@ -132,12 +128,10 @@ jobs:
132128 - name : Setup Node
133129 uses : actions/setup-node@v4
134130 with :
135- node-version : ${{ matrix.node }}
131+ node-version-file : " .nvmrc "
136132
137133 - name : Setup Pnpm
138134 uses : pnpm/action-setup@v4
139- with :
140- version : ${{ matrix.pnpm }}
141135
142136 - name : Install dependencies
143137 run : pnpm install
You can’t perform that action at this time.
0 commit comments