From fc48778d776ee780be99f2a1340f5925c88591d0 Mon Sep 17 00:00:00 2001 From: Jort <49713803+jortbmd@users.noreply.github.com> Date: Tue, 24 Dec 2024 21:40:33 +0100 Subject: [PATCH] chore: updated ci.yml. Versioned pinned ubuntu as it was giving errors on apt installs --- .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 dc0a3ac..2f1fad6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: build: strategy: matrix: - os: [macos-latest, ubuntu-latest, windows-latest] + os: [macos-latest, ubuntu-22.04, windows-latest] runs-on: ${{ matrix.os }} steps: - name: Checkout