Skip to content

Commit e4683ec

Browse files
Update workflow to use ubuntu-latest for test jobs
Replaced matrix-based OS selection with a fixed `ubuntu-latest` runner. This simplifies the workflow configuration and ensures consistency across test runs. Further adjustments can be made if OS diversity becomes necessary.
1 parent 9bff699 commit e4683ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

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

99
jobs:
1010
test:
11-
runs-on: ${{ matrix.os }}
11+
runs-on: ubuntu-latest
1212
strategy:
1313
fail-fast: true
1414
matrix:

0 commit comments

Comments
 (0)