From d8436064da663378d233b948305f03efd6bf97d2 Mon Sep 17 00:00:00 2001 From: vhorvath-gs Date: Fri, 7 Feb 2025 14:38:15 +0100 Subject: [PATCH] Build with AC28 in CI as well Commit GRAPHISOFT/archicad-addon-cmake-tools@fc168fe (Update the APIDevKitLInks.json for Archicad 28 Tech Preview., 2024-07-09) added AC28 to the known list of devkits, but the addon template was never updated to also test using that devkit. --- .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 865959c..8df0deb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os-type: [ windows-2022, macos-13 ] - ac-version: [ 25, 26, 27 ] + ac-version: [ 25, 26, 27, 28 ] steps: - name: Checkout the submodule