Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Package execution on CI is also changed to be performed by ubuntu runner
Browse files Browse the repository at this point in the history
  • Loading branch information
naotama2002 committed Oct 1, 2023
1 parent fe2bc1d commit 4197b33
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4197b33

Please sign in to comment.