Skip to content

Commit c9d95ae

Browse files
authored
fix(ci/cd): use correct runner type for apt publishing (#962)
1 parent b373f14 commit c9d95ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
publish-apt:
8484
name: Publish APT
85-
runs-on: ubuntu-latest
85+
runs-on: macOS-latest
8686
needs: [goreleaser]
8787
env:
8888
# Needed to publish new packages to our S3-hosted APT repo

0 commit comments

Comments
 (0)