Skip to content

move CI to macos-15

move CI to macos-15 #3

Workflow file for this run

name: MAUI CI
on:
push:
jobs:
Build:
runs-on: macOS-15
steps:
- uses: actions/checkout@v4
- name: Install MAUI workload
run: dotnet workload install maui
- name: Build artifacts
run: ./build.sh