Update macOS version in release workflow

This commit is contained in:
Max Goedjen 2025-09-11 18:09:37 -07:00 committed by GitHub
parent 971c192b0b
commit 246c917c35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ jobs:
test:
permissions:
contents: read
runs-on: macos-15
runs-on: macos-26
timeout-minutes: 10
steps:
- uses: actions/checkout@v5
@ -32,7 +32,7 @@ jobs:
id-token: write
contents: write
attestations: write
runs-on: macos-15
runs-on: macos-26
timeout-minutes: 10
steps:
- uses: actions/checkout@v5