From 691b9aa638460ad38b51cf0bddf8cda0fa6e7261 Mon Sep 17 00:00:00 2001 From: "Hamada S. Badr" Date: Tue, 23 Apr 2024 13:14:17 -0400 Subject: [PATCH] GHA: Use `macOS-14` runner --- .github/workflows/R.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/R.yml b/.github/workflows/R.yml index 8bcdc11..6ce79fb 100644 --- a/.github/workflows/R.yml +++ b/.github/workflows/R.yml @@ -89,7 +89,7 @@ jobs: run: | set -x echo "os_linux=Ubuntu-22.04" >> $GITHUB_OUTPUT - echo "os_macos=macOS-12" >> $GITHUB_OUTPUT + echo "os_macos=macOS-14" >> $GITHUB_OUTPUT echo "os_windows=Windows-2022" >> $GITHUB_OUTPUT shell: bash