There was an error while loading. Please reload this page.
1 parent 2c80dee commit e28bf9eCopy full SHA for e28bf9e
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
matrix:
19
go-version: [1.24.x, 1.25.x]
20
- os: [ubuntu-latest, windows-latest] # macos disabled for now because of disk space issues.
+ os: [ubuntu-latest, windows-latest, macos-26]
21
runs-on: ${{ matrix.os }}
22
steps:
23
- if: matrix.os == 'ubuntu-latest'
0 commit comments