From a215c1dda8a9eb5a87482523c26c8cca1fe78446 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 00:26:34 +0000 Subject: [PATCH] chore(deps): update dependency macos to v14 --- .github/workflows/release.yaml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 28ba250..4de94c6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,7 +9,7 @@ on: jobs: publish-release: name: Publish Release - runs-on: macos-11 + runs-on: macos-14 steps: - name: Cancel Previous Runs diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 515a52a..192fa5b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -5,7 +5,7 @@ on: [pull_request] jobs: build-tinybar: name: Build & Test - runs-on: macos-11 + runs-on: macos-14 steps: - name: Cancel Previous Runs