Skip to content

Commit fef33f9

Browse files
committed
github: Add macos-26 to the test matrix
1 parent 2c80dee commit fef33f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/test.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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'
@@ -74,7 +74,7 @@ jobs:
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'
@@ -93,7 +93,7 @@ jobs:
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} ..."

0 commit comments

Comments
 (0)