Skip to content

Commit e28bf9e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/test.yml‎

Lines changed: 1 addition & 1 deletion
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'

0 commit comments

Comments
 (0)