From 90a934bca48988363c93e6d1ef1fed5ae885476c Mon Sep 17 00:00:00 2001 From: Camden Narzt Date: Fri, 2 Feb 2024 18:04:59 -0600 Subject: [PATCH] macos-14 runners out now --- .github/workflows/actions.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index d7875a1..4cca564 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -42,11 +42,10 @@ jobs: strategy: matrix: os: - # - macos-14 # not available yet + - macos-14 - macos-13 - macos-12 #- macos-11 - #- macos-10.15 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 @@ -94,11 +93,10 @@ jobs: strategy: matrix: os: - # - macos-14 # not available yet + - macos-14 - macos-13 - macos-12 #- macos-11 - #- macos-10.15 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4