From c21e7a0ca924daeef639609d0121c8d4e1b14194 Mon Sep 17 00:00:00 2001 From: mauzey1 Date: Mon, 30 Oct 2023 14:01:34 -0700 Subject: [PATCH] Try macos-12-large again --- .github/workflows/github-actions-demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index ed2ccf90..372a59d0 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -3,7 +3,7 @@ run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 on: [push] jobs: Explore-GitHub-Actions: - runs-on: macos-13 + runs-on: macos-12-large steps: - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"