Skip to content

Commit 57c2355

Browse files
authored
Use ubuntu-latest to run ci release job (#151)
1 parent 06b3d56 commit 57c2355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
tags: ["*"]
66
jobs:
77
publish:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
1111
with:

0 commit comments

Comments
 (0)