Skip to content

Commit c8efc03

Browse files
Change runner to ubuntu-latest for unit tests
1 parent 07cf3b7 commit c8efc03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
test:
1313
name: Run Unit Tests
14-
runs-on: [self-hosted, ubuntu-22.04-2core]
14+
runs-on: [ubuntu-latest]
1515
steps:
1616
- uses: actions/checkout@v4
1717

0 commit comments

Comments
 (0)