From 5fedacc1086202983cf613a64c49cb43770efa0a Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger <697964+dduugg@users.noreply.github.com> Date: Mon, 9 Sep 2024 11:09:46 -0700 Subject: [PATCH 1/2] Fix test name --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c85bdc0742..af29aabc94 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -221,7 +221,7 @@ jobs: include: - name: update-test (Ubuntu 22.04) runs-on: ubuntu-22.04 - - name: update-test (macOS 13) + - name: update-test (macOS 14) runs-on: macos-14 steps: - name: Set up Homebrew From 9024bad485aafd917c6f556a1e7a27a2daa979c8 Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger <697964+dduugg@users.noreply.github.com> Date: Mon, 9 Sep 2024 13:37:32 -0700 Subject: [PATCH 2/2] Update .github/workflows/tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index af29aabc94..33c91bc00a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -221,7 +221,7 @@ jobs: include: - name: update-test (Ubuntu 22.04) runs-on: ubuntu-22.04 - - name: update-test (macOS 14) + - name: update-test (macOS) runs-on: macos-14 steps: - name: Set up Homebrew