Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ jobs:
strategy:
matrix:
os:
- ubuntu-22.04
- ubuntu-24.04
- ubuntu-24.04-arm
- macos-15
- ubuntu-26.04
- ubuntu-26.04-arm
- macos-26
- windows-latest
- windows-11-arm
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -87,5 +86,5 @@ jobs:
- name: Test with race detector
# combination of macos runners being slow and race detector messing with
# timing makes this combination too flaky for now
if: "!startsWith(matrix.os, 'macos-')"
if: "!startsWith(matrix.os, 'macos-') && !(startsWith(matrix.os, 'windows-') && endsWith(matrix.os, '-arm'))"
run: go tool mage test:goRace