From 4f85c6ab4a06888c97364c85cffe7d6a2d32e1ea Mon Sep 17 00:00:00 2001 From: SimonAfek <18552155+SimonAfek@users.noreply.github.com> Date: Thu, 11 Jul 2024 14:08:41 +0200 Subject: [PATCH] build.yml: Update runner images --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6fad03c03..946cc9d57 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ on: jobs: build: name: Build DeSmuME (Linux) - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: checkout @@ -26,7 +26,7 @@ jobs: build_gtk2: name: Build DeSmuME (Linux/GTK+2) - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: checkout @@ -56,7 +56,7 @@ jobs: build_macos: name: Build DeSmuME (macOS) - runs-on: macOS-11 + runs-on: macos-14 steps: - name: checkout