From aed8801ed98c427ea924b9e62084fd5327b0928b Mon Sep 17 00:00:00 2001 From: mauzey1 Date: Fri, 3 May 2024 08:11:41 -0700 Subject: [PATCH] Test on macos-14 --- .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 ab928747..13eb1414 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-xlarge + runs-on: macos-14 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!"