Browse Source

Update iOS build to run on macOS 14

pull/8342/head
staphen 3 months ago committed by Anders Jenbo
parent
commit
fcb54c76f6
  1. 2
      .github/workflows/iOS.yml

2
.github/workflows/iOS.yml

@ -28,7 +28,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-13
runs-on: macos-14
steps:
- uses: actions/checkout@v6

Loading…
Cancel
Save