Skip to content

Commit

Permalink
Update _build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Eilon committed Feb 9, 2024
1 parent 20832af commit e39476a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest, macos-latest]
os: [windows-latest, macos-14-large]
steps:
- name: Clone source
uses: actions/[email protected]
Expand All @@ -29,7 +29,7 @@ jobs:
run: |
sudo xcode-select -s "/Applications/Xcode_15.2.app"
echo "MD_APPLE_SDK_ROOT=/Applications/Xcode_15.2.app" >> $GITHUB_ENV
if: ${{ matrix.os == 'macos-latest' }}
if: ${{ matrix.os == 'macos-14-large' }}

- name: Install .NET 8 SDK
uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit e39476a

Please sign in to comment.