Update macOS builds from 13 to 15 (#393)

- See https://github.com/actions/runner-images/issues/13046
- macOS 15 will be the last release that supports intel macs and
  supported until August 2027
This commit is contained in:
Jacob Alexander
2026-01-16 07:30:50 -08:00
committed by GitHub
parent 9237ba123a
commit c9541f98b3

View File

@@ -22,9 +22,9 @@ jobs:
- os: ubuntu-latest - os: ubuntu-latest
arch: s390x arch: s390x
- os: macos-13 - os: macos-15
arch: x86_64 arch: x86_64
- os: macos-14 - os: macos-15
arch: arm64 arch: arm64
# Disabled until someone figures out how to build capnproto for arm64 and x86_64 simultaneously # Disabled until someone figures out how to build capnproto for arm64 and x86_64 simultaneously
# - os: macOS-latest # - os: macOS-latest