Skip to content

Commit

Permalink
Update CI script to build iOS using Xcode 14 via macos-12 runner-image
Browse files Browse the repository at this point in the history
  • Loading branch information
SRSaunders committed Apr 27, 2024
1 parent 570e674 commit b2d55a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
cmake --build .
build_macOS:
name: Build Mac
name: Build macOS
runs-on: macos-11
steps:
- uses: actions/checkout@v3
Expand All @@ -65,7 +65,7 @@ jobs:
build_iOS:
name: Build iOS
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit b2d55a0

Please sign in to comment.