From 71ec1da8fc98ea0f18083c62cc871804563b2d69 Mon Sep 17 00:00:00 2001 From: Zachary Ferguson Date: Sat, 18 Nov 2023 16:10:27 -0500 Subject: [PATCH] Update continuous.yml --- .github/workflows/continuous.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index 6d85c6a0..f06ed412 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -24,12 +24,12 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-20.04, macos-latest] config: [Debug, Release] include: - os: macos-latest name: macOS - - os: ubuntu-latest + - os: ubuntu-20.04 name: Linux steps: - name: Checkout repository