Skip to content

Commit b090057

Browse files
authored
ci: use ubuntu-latest for publish/release runner (#865)
1 parent 5e71c88 commit b090057

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ on:
55
push:
66
# run only against tags
77
tags:
8-
- '*'
8+
- "*"
99

1010
env:
1111
FATHOM_SITE: ${{ vars.FATHOM_SITE }}
1212

1313
jobs:
1414
publish:
1515
name: GoReleaser
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v4
1919
with:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
jobs:
1414
release:
1515
name: semantic-release
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-latest
1717
outputs:
1818
new-release-published: ${{ steps.semantic-release.outputs.new_release_published }}
1919
new-release-version: ${{ steps.semantic-release.outputs.new_release_version }}

0 commit comments

Comments
 (0)