macOS CI: upgrades x86_64 runner to macOS 13

This commit is contained in:
Richard E Barber 2024-12-13 07:05:26 -08:00 committed by GitHub
parent b0117b7a60
commit e6e3d95bb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ on:
jobs:
build:
runs-on: macos-12
runs-on: macos-13
steps:
- name: Checkout Repository
uses: actions/checkout@v4