From 2317ad1f82a53c2d0618b84df257c600aa2beb77 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Tue, 23 Apr 2024 17:10:13 -0400 Subject: [PATCH] Fix ubuntu typo --- .github/workflows/cmake-multi-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index c6502b3..6c4e13f 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -26,7 +26,7 @@ jobs: exclude: - os: windows-latest c_compiler: gcc - - os: ubuntuxcl-latest + - os: ubuntu-latest c_compiler: cl steps: