Update comment for OS matrix in E2A-Test.yml

Clarified comment about OS matrix in E2A-Test.yml
This commit is contained in:
Drew Thomasson
2025-12-06 18:50:37 -05:00
committed by GitHub
parent 6fb86c1f7a
commit 474b562746

View File

@@ -46,7 +46,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# Added windows to the matrix
# windows and linux can be added to the matrix when good runners for those are made available for this repo
os: [macos]
runs-on: [self-hosted, "${{ matrix.os }}"]