Skip to content

Commit

Permalink
test: Update release.yml to use ubuntu-latest (#2123)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cellule committed Jul 8, 2023
1 parent af3b9e2 commit f219dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
release:
name: Release
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down

0 comments on commit f219dcc

Please sign in to comment.