Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed May 25, 2024
1 parent a12a695 commit bb61025
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,18 @@ on:
jobs:
build:

runs-on: windows-latest
runs-on: macos-13

steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

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

- name: Setup .NET 8.0
uses: actions/setup-dotnet@v3
with:
Expand Down

0 comments on commit bb61025

Please sign in to comment.