From 8b44c79742376d2fea7f2ebe76039e2ccb77ab16 Mon Sep 17 00:00:00 2001 From: Cobrand Date: Thu, 13 Jun 2024 16:20:09 +0200 Subject: [PATCH] fix pipeline for sdl 2.26 (2) --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7b9a0bb736..2cce50a3a7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -10,7 +10,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest, ubuntu-24.04, windows-latest] + os: [macos-latest, ubuntu-latest, windows-latest] fail-fast: false steps: - uses: actions/checkout@v2 @@ -58,7 +58,7 @@ jobs: build-linux: name: build linux pkg-config - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v2 - name: Install dependencies