From 9871da2b75ec00687aea4cf69e396ce01a885da6 Mon Sep 17 00:00:00 2001 From: Philip Wedemann <22521688+hfhbd@users.noreply.github.com> Date: Thu, 1 Feb 2024 15:56:01 +0100 Subject: [PATCH] CI: Use macOS 14 on M1 (#293) --- .github/workflows/CD.yml | 2 +- .github/workflows/CI.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index ca95087..0805ecc 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -13,7 +13,7 @@ env: jobs: build: - runs-on: macos-latest + runs-on: macos-14 environment: name: CD diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b786c0e..6a1e2a8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -11,7 +11,7 @@ env: jobs: build: - runs-on: macos-latest + runs-on: macos-14 permissions: contents: write security-events: write