From ecd5836aed091569bf13f5fce1df1b6b1b000d97 Mon Sep 17 00:00:00 2001 From: Nathan Adams Date: Tue, 30 Jan 2024 22:04:11 +0100 Subject: [PATCH] ci: Update to macos-14, xlarge runner is no longer needed (#5165) --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/shaders.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df275a43a..410fd7b84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,18 +92,18 @@ jobs: # MacOS - name: MacOS x86_64 - os: macos-12 + os: macos-14 target: x86_64-apple-darwin kind: native - name: MacOS aarch64 - os: macos-12 + os: macos-14 target: aarch64-apple-darwin kind: native # IOS - name: IOS aarch64 - os: macos-12 + os: macos-14 target: aarch64-apple-ios kind: native @@ -249,7 +249,7 @@ jobs: # MacOS - name: MacOS x86_64 - os: macos-12 + os: macos-14 target: x86_64-apple-darwin # Linux @@ -383,7 +383,7 @@ jobs: # Mac - name: Mac aarch64 - os: macos-13-xlarge + os: macos-14 # Linux - name: Linux x86_64 diff --git a/.github/workflows/shaders.yml b/.github/workflows/shaders.yml index d598e3ce7..183a459c6 100644 --- a/.github/workflows/shaders.yml +++ b/.github/workflows/shaders.yml @@ -62,7 +62,7 @@ jobs: naga-validate-macos: name: "Validate: MSL" - runs-on: macos-latest + runs-on: macos-14 steps: - uses: actions/checkout@v4