Skip to content

Commit

Permalink
ci/build-targets: Use ubuntu runners
Browse files Browse the repository at this point in the history
With Go 1.20, we no longer need to use macOS runners for these builds
because it includes a CGo-free DNS resolver.

Depends on #12039
  • Loading branch information
abhinav committed Feb 3, 2023
1 parent 984ef78 commit 3898600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -117,8 +117,8 @@ jobs:
{ "os": "linux", "arch": "arm64", "build-platform": "ubuntu-latest" },
{ "os": "windows", "arch": "amd64", "build-platform": "ubuntu-latest" },
{ "os": "windows", "arch": "arm64", "build-platform": "ubuntu-latest" },
{ "os": "darwin", "arch": "amd64", "build-platform": "macos-11" },
{ "os": "darwin", "arch": "arm64", "build-platform": "macos-11" }
{ "os": "darwin", "arch": "amd64", "build-platform": "ubuntu-latest" },
{ "os": "darwin", "arch": "arm64", "build-platform": "ubuntu-latest" }
]'
fi
Expand Down

0 comments on commit 3898600

Please sign in to comment.