chore: Update from deprecated macos-13 to macos-15-intel (#1394)

This commit is contained in:
Gideon
2025-11-01 12:04:53 +01:00
committed by GitHub
parent b57ceccbe1
commit 22ef36a185
2 changed files with 2 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ jobs:
- target: x86_64-apple-darwin
target_name: macOS-x86_64
os: macos-13
os: macos-15-intel
- target: aarch64-apple-darwin
target_name: macOS-aarch64

View File

@@ -23,7 +23,7 @@ jobs:
# Use the Ubuntu 22.04 image to link with a low version of glibc
#
# https://github.com/topgrade-rs/topgrade/issues/1095
platform: [ ubuntu-22.04, macos-latest, macos-13, windows-latest ]
platform: [ ubuntu-22.04, macos-latest, macos-15-intel, windows-latest ]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v5.0.0