Skip to content

Commit 71fea3d

Browse files
authored
Fix gh action runner (#4)
1 parent 40dda80 commit 71fea3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

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

99
jobs:
1010
lint:
11-
runs-on: gh-2-core-ubuntu-latest
11+
runs-on: ubuntu-latest
1212

1313
steps:
1414
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)