Skip to content

Commit 0a83a4b

Browse files
Update publish.yml
1 parent 68011b5 commit 0a83a4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
publish:
2424
needs: scan-pr
2525
if: success()
26-
runs-on: ubuntu-latest
26+
runs-on: ubuntu-24.04
27+
# ubuntu-latest
2728
steps:
2829
- name: Checkout repository
2930
uses: actions/checkout@v4

0 commit comments

Comments
 (0)