File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 strategy :
1818 matrix :
1919 go-version : [1.24.x, 1.25.x]
20- os : [ubuntu-latest, windows-latest] # macos disabled for now because of disk space issues.
20+ os : [ubuntu-latest, windows-latest, macos-26]
2121 runs-on : ${{ matrix.os }}
2222 steps :
2323 - if : matrix.os == 'ubuntu-latest'
7474 run : |
7575 sudo apt-get update -y
7676 sudo apt-get install -y pandoc
77- - if : matrix.os == 'macos-latest '
77+ - if : matrix.os == 'macos-26 '
7878 run : |
7979 brew install pandoc
8080 - if : matrix.os == 'windows-latest'
9393 tar -xvf "dart-sass-${SASS_VERSION}-linux-x64.tar.gz";
9494 echo "$GOBIN"
9595 echo "$GITHUB_WORKSPACE/dart-sass/" >> $GITHUB_PATH
96- - if : matrix.os == 'macos-latest '
96+ - if : matrix.os == 'macos-26 '
9797 name : Install dart-sass MacOS
9898 run : |
9999 echo "Install Dart Sass version ${SASS_VERSION} ..."
You can’t perform that action at this time.
0 commit comments