Skip to content

Commit

Permalink
Merge pull request #366 from rollbar/waltjones/ubuntu-latest
Browse files Browse the repository at this point in the history
Use ubuntu-latest for release step
  • Loading branch information
waltjones authored Jun 30, 2023
2 parents ba9be74 + 8411dcb commit 7222004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
release:
name: Semantic Release
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:

- name: Checkout
Expand Down

0 comments on commit 7222004

Please sign in to comment.