Force macOS to 13 (#2134)

This is until 14 is fully deployed.
diff --git a/.github/workflows/ci-unix-shared-local.yml b/.github/workflows/ci-unix-shared-local.yml
index 059696c..3c37a63 100644
--- a/.github/workflows/ci-unix-shared-local.yml
+++ b/.github/workflows/ci-unix-shared-local.yml
@@ -20,7 +20,7 @@
     strategy:
       fail-fast: false
       matrix:
-        os: [ubuntu-latest, macos-latest]
+        os: [ubuntu-latest, macos-13]
         libyuv: [OFF, LOCAL]
         include:
           - runs-on: ubuntu-latest
diff --git a/.github/workflows/ci-unix-static.yml b/.github/workflows/ci-unix-static.yml
index fe6fb47..41b7e0d 100644
--- a/.github/workflows/ci-unix-static.yml
+++ b/.github/workflows/ci-unix-static.yml
@@ -3,7 +3,7 @@
   push:
   pull_request:
     paths:
-      - '.github/workflows/ci-unix-static-yml'
+      - '.github/workflows/ci-unix-static.yml'
       - '**CMakeLists.txt'
       - 'cmake/**'
       - 'ext/**'
@@ -22,7 +22,7 @@
     strategy:
       fail-fast: false
       matrix:
-        os: [ubuntu-latest, macos-latest]
+        os: [ubuntu-latest, macos-13]
         build-type: [Release, Debug]
         include:
           - runs-on: ubuntu-latest