Skip to content

Commit a88bcfd

Browse files
committed
🐎 ci: update runner to use matrix OS for test job
1 parent 5a1de7d commit a88bcfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
test:
2222
name: Test
23-
runs-on: ubuntu-latest
23+
runs-on: ${{ matrix.os }}
2424
permissions:
2525
id-token: write
2626
contents: read

0 commit comments

Comments
 (0)