Browse Source

CI: use macos-13

Signed-off-by: falkTX <falktx@falktx.com>
main
falkTX 4 months ago
parent
commit
72f62d2ee2
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/build.yml

+ 1
- 1
.github/workflows/build.yml View File

@@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
target: [macos-intel, macos-universal]
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v4
with:


Loading…
Cancel
Save