Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey authored Oct 6, 2023
1 parent c734897 commit 2217b55
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ permissions:
packages: write
jobs:
Build:
runs-on: windows-2022-64core
# This will:
# - use windows-quick (self-hosted only, approx ~45 mins) on this repo if it's available
# - use macos-13-large (approx ~55 mins) otherwise
runs-on: ${{ github.repository == 'dotnet/Silk.NET' && 'windows-quick' || 'macos-13-large' }}
steps:
- uses: actions/checkout@v3.5.2
with:
Expand Down

0 comments on commit 2217b55

Please sign in to comment.