Skip to content

Commit cb01153

Browse files
committed
Fix upload job
1 parent 6bb2ba3 commit cb01153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
name: Create release and upload artifacts
4949
needs:
5050
- build
51-
runs-on: ubuntu-20.04
51+
runs-on: ubuntu-latest
5252
steps:
5353
- name: Download artifacts
5454
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)