Skip to content

Commit

Permalink
Update maui.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brminnick committed Sep 21, 2024
1 parent 72408d1 commit 122abb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
dotnet build ./src -f net8.0-android
Build_iOS:
runs-on: macos-13
runs-on: macos-14

steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
dotnet build ./src -f net8.0-ios
Build_MacCatalyst:
runs-on: macos-13
runs-on: macos-14

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 122abb9

Please sign in to comment.