Skip to content

Commit 18b5eaf

Browse files
committed
ci: use appleclang for macos x86
1 parent 057bf9f commit 18b5eaf

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
os:
1414
- windows-2019
1515
- ubuntu-22.04
16-
- macos-13 # x86
1716
d:
1817
- "ldc-latest"
1918
compiler:
@@ -22,6 +21,9 @@ jobs:
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
@@ -88,12 +90,6 @@ jobs:
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

0 commit comments

Comments
 (0)