Skip to content

Commit f26264f

Browse files
authored
Update release workflow to use latest Ubuntu instead of 18.04
1 parent 8e403d6 commit f26264f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build:
99
name: Build dist & publish
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-latest
1111

1212
steps:
1313
- name: Checkout the repo and the submodules.

0 commit comments

Comments
 (0)