From 5083db8d5b0f0e3c867d94cb92ab51979da21dd2 Mon Sep 17 00:00:00 2001 From: Steve-Glass Date: Wed, 28 Sep 2022 17:25:51 -0400 Subject: [PATCH] Update learn-github-actions.yml --- .github/workflows/learn-github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/learn-github-actions.yml b/.github/workflows/learn-github-actions.yml index e5e0f5c..8129f19 100644 --- a/.github/workflows/learn-github-actions.yml +++ b/.github/workflows/learn-github-actions.yml @@ -2,7 +2,7 @@ name: learn-github-actions-testing on: [push] jobs: check-bats-version: - runs-on: macos-12 + runs-on: macos-12-xl steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2