From 2f86675942677a92a505654564dab80a0b91b5d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 07:32:14 +0000 Subject: [PATCH] Update dependency macos to v14 --- .github/workflows/build_and_test_gh_hosted.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test_gh_hosted.yml b/.github/workflows/build_and_test_gh_hosted.yml index 34904ca..cdf53c8 100644 --- a/.github/workflows/build_and_test_gh_hosted.yml +++ b/.github/workflows/build_and_test_gh_hosted.yml @@ -11,7 +11,7 @@ env: jobs: build: - runs-on: macos-13 + runs-on: macos-14 steps: - uses: actions/checkout@v4