diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 965c58c..166b33b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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