Browse Source

bump workflows to macos13 on 1.5

pull/7585/head
Andrew James 1 year ago committed by Anders Jenbo
parent
commit
44377bb92e
  1. 2
      .github/workflows/iOS.yml
  2. 2
      .github/workflows/macOS_x86_64.yml

2
.github/workflows/iOS.yml

@ -25,7 +25,7 @@ jobs:
# well on Windows or Mac. You can convert this to a matrix build if you need
# cross-platform coverage.
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v4

2
.github/workflows/macOS_x86_64.yml

@ -22,7 +22,7 @@ concurrency:
jobs:
build:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v4
with:

Loading…
Cancel
Save