From 3f9dd4ec96b4ba861cdae9d3778af32f8831d179 Mon Sep 17 00:00:00 2001 From: Marc Henry de Frahan Date: Mon, 16 Dec 2024 14:40:15 -0700 Subject: [PATCH] Fix ubuntu CI --- .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 c81aadd..fc1e854 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,7 +107,7 @@ jobs: runs-on: ${{matrix.os}} strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-22.04, macos-latest] build_type: [Release, Debug] dimension: [2D, 3D] include: