Skip to content

Commit 8340c73

Browse files
ci (test.yml): switch to hybrid workflows
1 parent 387bd5f commit 8340c73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
# Linting and code quality
125125
lint:
126126
name: Lint and Format Check
127-
runs-on: self-hosted
127+
runs-on: ubuntu-latest
128128

129129
steps:
130130
- name: Checkout code
@@ -149,7 +149,7 @@ jobs:
149149
# Vitest unit tests with coverage
150150
vitest-tests:
151151
name: Vitest Unit Tests
152-
runs-on: self-hosted
152+
runs-on: ubuntu-latest
153153
timeout-minutes: 10
154154

155155
steps:

0 commit comments

Comments
 (0)