Skip to content

Commit

Permalink
Merge branch 'reduce-size' of https://github.com/xBaank/YtConsole int…
Browse files Browse the repository at this point in the history
…o reduce-size
  • Loading branch information
xBaank committed Aug 18, 2024
2 parents 3ba5d14 + 22ec1b8 commit dccffe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- win-x64
- linux-x64

runs-on: ${{ matrix.rid == 'win-x64' && 'windows-latest' || 'ubuntu-latest' }}
runs-on: ${{ startsWith(matrix.rid, 'win-') && 'windows-latest' || startsWith(matrix.rid, 'osx-') && 'macos-latest' || 'ubuntu-latest' }}
timeout-minutes: 10

steps:
Expand Down

0 comments on commit dccffe8

Please sign in to comment.