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 7f98ce9 commit 5ac9866Copy full SHA for 5ac9866
.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
0 commit comments