Skip to content

Commit

Permalink
chore: Adjust exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Sep 11, 2024
1 parent 6a1be79 commit 4174ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:

# Skip the macOS release build, the agent does not have
# enough disk space to handle it.
if: runner.os == 'macos' && matrix.config != 'Release'
if: matrix.os == 'macos-latest' && matrix.config != 'Release'
shell: pwsh
run: |
& dotnet build -c ${{ matrix.config }} /p:RunAOTCompilation=false /p:WasmShellILLinkerEnabled=false /p:WindowsAppSDKSelfContained=false /p:WindowsPackageType=None /bl:.\logs\sample-5.2-${{ matrix.config }}-incremental.binlog samples\5.2\Uno52ResizetizerTests\Uno52ResizetizerTests.sln
Expand Down

0 comments on commit 4174ec4

Please sign in to comment.