Skip to content

Commit 9673988

Browse files
committed
fix runs-on
1 parent e3b6cea commit 9673988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
pre_job:
9-
runs-on: [self-hosted, x64]
9+
runs-on: ubuntu-latest
1010
outputs:
1111
should_skip: ${{ steps.skip_check.outputs.should_skip }}
1212
steps:

0 commit comments

Comments
 (0)