Skip to content

Commit 1ea8f9c

Browse files
committed
Pin actions to macos-13 because libsass.dylib issues
1 parent 69adafb commit 1ea8f9c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [windows-latest, ubuntu-latest, macos-latest]
15+
# libsass.dylib is not working on macos-14
16+
os: [windows-latest, ubuntu-latest, macos-13]
1617
env:
1718
# https://github.com/NuGet/Home/issues/11548
1819
# https://twitter.com/xoofx/status/1488617114940452872?s=20&t=BKSN4j9rP6fOyg8l7aW0eg

.github/workflows/test-report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
os: [windows-latest, ubuntu-latest, macos-latest]
13+
os: [windows-latest, ubuntu-latest, macos-13]
1414
steps:
1515
- name: Process Test Results
1616
uses: dorny/test-reporter@v1

0 commit comments

Comments
 (0)