From 4c987bf72aeb1a26c1281be7fb44ce7af0e1f6ca Mon Sep 17 00:00:00 2001 From: Steve-Glass Date: Fri, 21 Oct 2022 16:21:32 -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..0120954 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-13-xl-m1 steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2