Skip to content

Commit af5f9cf

Browse files
ci: Update Ubuntu runner version (#503)
1 parent 0dcdaa2 commit af5f9cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
name: Release
9191
if: github.event_name == 'push' && github.ref != 'refs/heads/develop'
9292
needs: [test, format]
93-
runs-on: ubuntu-18.04
93+
runs-on: ubuntu-latest
9494
steps:
9595
- name: Checkout
9696
uses: actions/checkout@v2

0 commit comments

Comments
 (0)