From 98a34c24d9c65153b9cbbebcc2418d0b34926f9c Mon Sep 17 00:00:00 2001 From: David Britch Date: Thu, 14 Nov 2024 12:25:06 +0000 Subject: [PATCH] Remove comment. --- .github/workflows/build-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 6d3aa3ef9..65ae7932d 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -27,7 +27,7 @@ jobs: - name: Select Xcode Version run: sudo xcode-select -s /Applications/Xcode_16.app - if: runner.os == 'macOS' # Remove when Xcode 15+ is default on the hosted runners + if: runner.os == 'macOS' - name: Find and build all C# projects run: |