Skip to content

Commit

Permalink
Update macOS version and add Xcode setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rwecho committed Apr 9, 2024
1 parent c64d053 commit d13a796
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish_iOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:

jobs:
build:
runs-on: macos-latest
# issue: https://github.com/dotnet/maui/issues/18632
runs-on: macos-13

steps:
- uses: actions/checkout@v4
Expand All @@ -17,6 +18,10 @@ jobs:
with:
dotnet-version: 8.0.x

- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest

- name: Import Code-Signing Certificates
uses: Apple-Actions/import-codesign-certs@v1
with:
Expand Down

0 comments on commit d13a796

Please sign in to comment.