diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5ce974a..5bb22e1 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: macos-12 steps: - uses: actions/checkout@v3