From fa09c777abc3a98021ff85481fdd666e778b3bd3 Mon Sep 17 00:00:00 2001 From: Steve-Glass Date: Mon, 3 Oct 2022 16:19:29 -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..c5df2c8 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-xl steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2