Skip to content

Commit

Permalink
Pin actions to macos-13 because libsass.dylib issues
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Sep 24, 2024
1 parent 7f98ce9 commit 5ac9866
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
# libsass.dylib is not working on macos-14
os: [windows-latest, ubuntu-latest, macos-13]
env:
# https://github.com/NuGet/Home/issues/11548
# https://twitter.com/xoofx/status/1488617114940452872?s=20&t=BKSN4j9rP6fOyg8l7aW0eg
Expand Down

0 comments on commit 5ac9866

Please sign in to comment.