Update CI workflow to exclude macOS

Removed macOS from the CI test matrix.
This commit is contained in:
Bjørn Erik Pedersen
2026-06-09 14:34:07 +02:00
committed by GitHub
parent 2602796cf1
commit 11f09f59fc
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
go-version: [1.26.x]
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- if: matrix.os == 'ubuntu-latest'