diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a0b985cd..a91306c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.github/workflows/test-report.yml b/.github/workflows/test-report.yml index 6bc50c1a..928f910c 100644 --- a/.github/workflows/test-report.yml +++ b/.github/workflows/test-report.yml @@ -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