From 79cd3a238802221cb625f761a683e746f8971025 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 17 Jul 2024 17:48:45 +0200 Subject: [PATCH] Update iroh_python_doc_new.yml --- .github/workflows/iroh_python_doc_new.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/iroh_python_doc_new.yml b/.github/workflows/iroh_python_doc_new.yml index 4a494d16..5ab8ebf7 100644 --- a/.github/workflows/iroh_python_doc_new.yml +++ b/.github/workflows/iroh_python_doc_new.yml @@ -5,7 +5,7 @@ jobs: strategy: fail-fast: false max-parallel: 4 - matrix: + matrix: # GitHub Actions: macos-13 is Intel, macos-latest is ARM os: [macos-13, macos-latest, ubuntu-latest] # , windows-latest] runs-on: ${{ matrix.os }} steps: