Skip to content

Commit

Permalink
Fix ubuntu-latest deprecation
Browse files Browse the repository at this point in the history
tagged-release: .github#L1

ubuntu-latest workflows will use ubuntu-22.04 soon.
For more details, see actions/runner-images#6399
  • Loading branch information
glensc committed Dec 12, 2022
1 parent bbb1914 commit 143344b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
gh_tagged_release:
runs-on: "ubuntu-latest"
runs-on: "ubuntu-22.04"

steps:
- name: "Checkout source code"
Expand Down

0 comments on commit 143344b

Please sign in to comment.