From 095407ab0d9afc3c2c52322ee341d4d50cd00147 Mon Sep 17 00:00:00 2001 From: A2 Geek Date: Mon, 12 Jan 2026 10:48:45 -0600 Subject: [PATCH] Update macOS labels in nativeCompile.yml --- .github/workflows/nativeCompile.yml | 30 ++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/nativeCompile.yml b/.github/workflows/nativeCompile.yml index b927f0a..64f0c2d 100644 --- a/.github/workflows/nativeCompile.yml +++ b/.github/workflows/nativeCompile.yml @@ -17,21 +17,21 @@ jobs: # See: https://docs.github.com/en/actions/concepts/runners/about-github-hosted-runners#overview-of-github-hosted-runners # ... and follow the links to the related GitHub repositories include: - - label: ubuntu-latest - os: linux - arch: x86_64 - - label: ubuntu-24.04-arm - os: linux - arch: aarch64 - - label: windows-latest - os: windows - arch: x86_64 - - label: macos-13 - os: darwin - arch: x86_64 - - label: macos-latest - os: darwin - arch: arm64 + - label: ubuntu-latest + os: linux + arch: x86_64 + - label: ubuntu-24.04-arm + os: linux + arch: aarch64 + - label: windows-latest + os: windows + arch: x86_64 + - label: macos-15-intel + os: darwin + arch: x86_64 + - label: macos-15 + os: darwin + arch: arm64 steps: - uses: actions/checkout@v4