From 7a31163c42c8edace6c651c11b7b7d4169c42c0b Mon Sep 17 00:00:00 2001 From: Camden Narzt Date: Tue, 23 Jan 2024 14:21:17 -0700 Subject: [PATCH] macOS 14 runners not yet available --- .github/workflows/actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 14c14a2..dc85772 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -42,7 +42,7 @@ jobs: strategy: matrix: os: - - macos-14 + # - macos-14 # not available yet - macos-13 - macos-12 #- macos-11 @@ -94,7 +94,7 @@ jobs: strategy: matrix: os: - - macos-14 + # - macos-14 # not available yet - macos-13 - macos-12 #- macos-11