From 8762175bc8f8f5df1565d3f52b8c0e984b95bc92 Mon Sep 17 00:00:00 2001 From: Martin Evans Date: Sun, 5 Nov 2023 20:08:32 +0000 Subject: [PATCH 1/2] Removed unnecessary white space --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0e951e6e9..a958372e2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: include: - build: linux-release os: ubuntu-latest - config: release + config: release # - build: macos-release # os: macos-latest # config: release From ebeb6afc4e95a52bc2f79be19944eff4fc1d1d02 Mon Sep 17 00:00:00 2001 From: Martin Evans Date: Sun, 5 Nov 2023 20:10:47 +0000 Subject: [PATCH 2/2] Removed old targets from matrix --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a958372e2..1c08e6e57 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - build: [linux-debug, linux-release, windows-debug, windows-release] + build: [linux-release, windows-release] include: - build: linux-release os: ubuntu-latest