Skip to content

Commit 19c3029

Browse files
authored
Update code-qa.yml
1 parent 0be5b60 commit 19c3029

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/code-qa.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@ jobs:
4545
runs-on: ${{ matrix.os }}
4646
strategy:
4747
matrix:
48-
os: [blacksmith-4vcpu-ubuntu-2404, windows-latest]
48+
include:
49+
- os: blacksmith-4vcpu-ubuntu-2404
50+
name: ubuntu-latest
51+
- os: windows-latest
52+
name: windows-latest
4953
steps:
5054
- name: Checkout code
5155
uses: actions/checkout@v4

0 commit comments

Comments
 (0)