diff --git a/.github/workflows/test-activate-venv.yml b/.github/workflows/test-activate-venv.yml index 59d87841..351fcbe1 100644 --- a/.github/workflows/test-activate-venv.yml +++ b/.github/workflows/test-activate-venv.yml @@ -122,18 +122,9 @@ jobs: name: Intel matrix: intel exclude: - # Only partial entries are required here by GitHub Actions so generally I - # only specify the `matrix:` entry. The super linter complains so for now - # all entries are included to avoid that. Reported at - # https://github.com/rhysd/actionlint/issues/249 - os: - name: Windows matrix: windows - native-python: false - runs-on: - intel: [windows-latest] arch: - name: ARM matrix: arm steps: diff --git a/.github/workflows/test-create-venv.yml b/.github/workflows/test-create-venv.yml index f9fc1383..7d4107f4 100644 --- a/.github/workflows/test-create-venv.yml +++ b/.github/workflows/test-create-venv.yml @@ -122,18 +122,9 @@ jobs: name: Intel matrix: intel exclude: - # Only partial entries are required here by GitHub Actions so generally I - # only specify the `matrix:` entry. The super linter complains so for now - # all entries are included to avoid that. Reported at - # https://github.com/rhysd/actionlint/issues/249 - os: - name: Windows matrix: windows - native-python: false - runs-on: - intel: [windows-latest] arch: - name: ARM matrix: arm steps: diff --git a/.github/workflows/test-poetry.yml b/.github/workflows/test-poetry.yml index cecdafae..ae9261ee 100644 --- a/.github/workflows/test-poetry.yml +++ b/.github/workflows/test-poetry.yml @@ -126,18 +126,9 @@ jobs: name: Intel matrix: intel exclude: - # Only partial entries are required here by GitHub Actions so generally I - # only specify the `matrix:` entry. The super linter complains so for now - # all entries are included to avoid that. Reported at - # https://github.com/rhysd/actionlint/issues/249 - os: - name: Windows matrix: windows - native-python: false - runs-on: - intel: [windows-latest] arch: - name: ARM matrix: arm steps: diff --git a/.github/workflows/test-setup-python.yml b/.github/workflows/test-setup-python.yml index ed1e3d6b..0797e1fa 100644 --- a/.github/workflows/test-setup-python.yml +++ b/.github/workflows/test-setup-python.yml @@ -86,17 +86,9 @@ jobs: - name: Intel matrix: intel exclude: - # Only partial entries are required here by GitHub Actions so generally I - # only specify the `matrix:` entry. The super linter complains so for now - # all entries are included to avoid that. Reported at - # https://github.com/rhysd/actionlint/issues/249 - os: - name: Windows matrix: windows - runs-on: - intel: [windows-latest] arch: - name: ARM matrix: arm steps: