We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69adafb commit 1ea8f9cCopy full SHA for 1ea8f9c
.github/workflows/build.yml
@@ -12,7 +12,8 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- os: [windows-latest, ubuntu-latest, macos-latest]
+ # libsass.dylib is not working on macos-14
16
+ os: [windows-latest, ubuntu-latest, macos-13]
17
env:
18
# https://github.com/NuGet/Home/issues/11548
19
# https://twitter.com/xoofx/status/1488617114940452872?s=20&t=BKSN4j9rP6fOyg8l7aW0eg
.github/workflows/test-report.yml
@@ -10,7 +10,7 @@ jobs:
10
11
steps:
- name: Process Test Results
uses: dorny/test-reporter@v1
0 commit comments