From 0a29c0f876ad2c77181ba23bc0a0b2b123b2caf4 Mon Sep 17 00:00:00 2001 From: McMassiveNZ <12842622+McMassiveNZ@users.noreply.github.com> Date: Fri, 23 Dec 2022 23:45:37 +0100 Subject: [PATCH] Update cmake.yml --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 5b15746..6e5502b 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -23,9 +23,9 @@ jobs: build_configuration: [Debug, Release] include: - os: 'windows-latest' - - triplet: x64-windows + triplet: x64-windows - os: 'ubuntu-latest' - - triplet: x64-linux + triplet: x64-linux steps: - name: checkout