Steven
2024-04-11 12:04:24 -04:00
committed by GitHub
parent f39513118a
commit d3e83ad8b8
3 changed files with 6 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
---
---

View File

@@ -67,7 +67,7 @@ jobs:
node-version: ${{ matrix.nodeVersion || env.NODE_VERSION }}
- name: Install Hugo
if: matrix.runner == 'macos-latest'
if: matrix.runner == 'macos-14'
run: curl -L -O https://github.com/gohugoio/hugo/releases/download/v0.56.0/hugo_0.56.0_macOS-64bit.tar.gz && tar -xzf hugo_0.56.0_macOS-64bit.tar.gz && mv ./hugo packages/cli/test/dev/fixtures/08-hugo/
# yarn 1.22.21 introduced a Corepack bug when running tests.

View File

@@ -9,7 +9,7 @@ const runnersMap = new Map([
min: 1,
max: 1,
testScript: 'vitest-unit-run',
runners: ['ubuntu-latest', 'macos-latest', 'windows-latest'],
runners: ['ubuntu-latest', 'macos-14', 'windows-latest'],
},
],
[
@@ -18,7 +18,7 @@ const runnersMap = new Map([
min: 1,
max: 1,
testScript: 'test',
runners: ['ubuntu-latest', 'macos-latest', 'windows-latest'],
runners: ['ubuntu-latest', 'macos-14', 'windows-latest'],
},
],
[
@@ -52,7 +52,7 @@ const runnersMap = new Map([
min: 1,
max: 7,
testScript: 'test',
runners: ['ubuntu-latest', 'macos-latest'],
runners: ['ubuntu-latest', 'macos-14'],
},
],
]);