Skip to content

Commit

Permalink
chore: Move macos runner to 14 and xcode to 15.4 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbjorjo authored Aug 11, 2024
1 parent 86a53f8 commit feca56b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ jobs:

# MAUI iOS Build
build-ios:
runs-on: macos-13
runs-on: macos-14
name: iOS Build
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.1'
xcode-version: '15.4'

- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit feca56b

Please sign in to comment.