Skip to content

Commit 58a12d5

Browse files
jdaughertyjamesfredley
authored andcommitted
Address Copilot review feedback: restrict coverage matrix to ubuntu-24.04
1 parent f8cf4fa commit 58a12d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
os: [ubuntu-24.04, macos-latest, windows-latest]
37+
os: [ubuntu-24.04]
3838
runs-on: ${{ matrix.os }}
3939
steps:
4040
- name: "📥 Checkout repository"
@@ -67,7 +67,7 @@ jobs:
6767
strategy:
6868
fail-fast: false
6969
matrix:
70-
os: [ubuntu-24.04, macos-latest, windows-latest]
70+
os: [ubuntu-24.04]
7171
runs-on: ${{ matrix.os }}
7272
steps:
7373
- name: "📥 Checkout repository"

0 commit comments

Comments
 (0)