diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9116cfe..2a16287 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,9 +15,10 @@ jobs: matrix: os: - ubuntu-latest - - windows-latest - - macos-latest - [self-hosted, linux-arm64] + - macos-latest + - [self-hosted, macos, arm64] + - windows-latest runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4