diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df0b2d6..56a864f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-14] + os: [ubuntu-latest] # macos-14 steps: - name: Check out code into the Go module directory uses: actions/checkout@v4