From 4197b33603011c6d45562ddc3cab8af70f1dc8fa Mon Sep 17 00:00:00 2001 From: "naotama (Naoki KOBAYASHI)" Date: Fri, 29 Sep 2023 17:18:27 +0900 Subject: [PATCH] Package execution on CI is also changed to be performed by ubuntu runner --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb5d121b..487dd186 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,9 +47,7 @@ jobs: run: npx --package renovate renovate-config-validator package: needs: [static-analysis, go-mod-tidy, test] - # Run the build on macOS, because only the macOS version is built with CGO enabled. - # See https://github.com/golang/go/issues/12524 - runs-on: macos-13 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: ./.github/actions/setup-go