From 5418bdca3a81e99d7dcfb3b2d3d238eca09f4f89 Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Sat, 8 Jul 2023 14:57:43 +0100 Subject: [PATCH] (build) GitVersion isn't working on Posix So lets remove those builds just now. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c53c7da..a784fa4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository strategy: matrix: - os: [ windows-2022, ubuntu-22.04, macos-12 ] + os: [ windows-2022 ] env: AZURE_PASSWORD: ${{ secrets.AZURE_PASSWORD }}