From 62078653a12d9c75b4cb23d6f802bc4649410989 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 07:09:08 +0000 Subject: [PATCH] chore(deps): update dependency macos to v14 --- .github/workflows/carthage.yml | 2 +- .github/workflows/pods.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/carthage.yml b/.github/workflows/carthage.yml index 098256252..5b441f985 100644 --- a/.github/workflows/carthage.yml +++ b/.github/workflows/carthage.yml @@ -3,7 +3,7 @@ on: pull_request: jobs: check: - runs-on: macos-12 + runs-on: macos-14 steps: - name: Select Xcode version run: sudo xcode-select -s '/Applications/Xcode_13.4.app/Contents/Developer' diff --git a/.github/workflows/pods.yml b/.github/workflows/pods.yml index 57501dc5e..0981c173b 100644 --- a/.github/workflows/pods.yml +++ b/.github/workflows/pods.yml @@ -3,7 +3,7 @@ on: pull_request: jobs: lint: - runs-on: macos-12 + runs-on: macos-14 steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Select Xcode version