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 69adafb commit 1ea8f9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
os: [windows-latest, ubuntu-latest, macos-13]
steps:
- name: Process Test Results
uses: dorny/test-reporter@v1
Expand Down

0 comments on commit 1ea8f9c

Please sign in to comment.