Skip to content

Commit 121bc6c

Browse files
committed
ci: Re-add macos-latest to the test matrix
I suspect there will be some disk space issue, but let's try.
1 parent 0d29fc8 commit 121bc6c

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
go-version: [1.26.x]
20-
os: [ubuntu-latest, windows-latest] # macos disabled for now because of disk space issues.
20+
os: [ubuntu-latest, macos-latest, windows-latest]
2121
runs-on: ${{ matrix.os }}
2222
steps:
2323
- if: matrix.os == 'ubuntu-latest'
@@ -39,9 +39,6 @@ jobs:
3939
go-version: ${{ matrix.go-version }}
4040
check-latest: true
4141
cache: true
42-
cache-dependency-path: |
43-
**/go.sum
44-
**/go.mod
4542
- name: Install Node
4643
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
4744
with:

0 commit comments

Comments
 (0)