diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8e747638..a6a7a261 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-latest, macos-latest, ubuntu-latest] + os: [windows-latest, macos-13, ubuntu-latest] env: AZURE_PASSWORD: ${{ secrets.AZURE_PASSWORD }} diff --git a/recipe.cake b/recipe.cake index 61be1df7..65b301fa 100644 --- a/recipe.cake +++ b/recipe.cake @@ -14,6 +14,7 @@ BuildParameters.SetParameters( shouldUseDeterministicBuilds: true, gitterMessage: "@/all " + standardNotificationMessage, twitterMessage: standardNotificationMessage, + shouldRunCodecov: false, preferredBuildProviderType: BuildProviderType.GitHubActions, preferredBuildAgentOperatingSystem: PlatformFamily.Linux);