From 115a5c7c9f3c7541bd9bbc6fa6ddb60418239210 Mon Sep 17 00:00:00 2001 From: PalindromicBreadLoaf Date: Fri, 29 Aug 2025 13:11:30 -0400 Subject: [PATCH] Add Linux to github workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6efbbb..7640e37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - os: [windows-latest, macos-latest] + os: [windows-latest, macos-latest, ubuntu-latest] build_type: [Release] steps: