From 9966eee94c820c7e2a20f9521a0dd33a86786815 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 8 Dec 2023 16:39:50 -0500 Subject: [PATCH] Update helloworld.yaml --- .github/workflows/helloworld.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helloworld.yaml b/.github/workflows/helloworld.yaml index e8378c4..b592b76 100644 --- a/.github/workflows/helloworld.yaml +++ b/.github/workflows/helloworld.yaml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-13-arm64] + os: [ubuntu-latest, windows-latest, macos-13-large] python-version: ["3.12"] steps: