Update build-macos.yml - need to run on macos-13 now for x64

This commit is contained in:
Drew Weymouth
2024-06-05 17:51:20 -07:00
committed by GitHub
parent 08361fcfe0
commit 9491f509d0
+1 -1
View File
@@ -11,7 +11,7 @@ on:
jobs:
build:
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v3