Skip to content

Commit 68011b5

Browse files
Update continues-integration.yml
1 parent fa3da37 commit 68011b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/continues-integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
test: # test
2828
needs: scan-pr
2929
if: success()
30-
runs-on: ubuntu-latest
30+
runs-on: ubuntu-24.04
31+
# ubuntu-latest
3132
steps:
3233
- name: Checkout repository
3334
uses: actions/checkout@v4

0 commit comments

Comments
 (0)