Skip to content

Commit

Permalink
Update maui.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brminnick committed May 29, 2023
1 parent e1c0edf commit 926b200
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 @@ -35,7 +35,7 @@ jobs:
dotnet build ./src -f net7.0-android
Build_iOS:
runs-on: macos-12
runs-on: macos-latest

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
dotnet build ./src -f net7.0-ios
Build_MacCatalyst:
runs-on: macos-12
runs-on: macos-latest

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

0 comments on commit 926b200

Please sign in to comment.