change macOS runner version in build workflow

This commit is contained in:
Joel Wetzell
2026-05-08 09:22:31 -05:00
committed by GitHub
parent 4997602e9b
commit 22e392ba9d
+1 -1
View File
@@ -7,7 +7,7 @@ on:
jobs:
build_macos:
runs-on: macOS-latest
runs-on: macOS-26
steps:
- uses: actions/checkout@v6