From 914bfcfce94089f6a31ce5026ad496b113608b21 Mon Sep 17 00:00:00 2001 From: hwangsihu Date: Sat, 7 Dec 2024 19:23:29 +0900 Subject: [PATCH] Fix workflow * Update docker/build-push-action to v6 * Update pr.yml to include 7.1 build in Pull Requests * Update Ubuntu to always use latest LTS --- .github/workflows/pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index b70543340e..c43b52f087 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -13,12 +13,12 @@ env: jobs: build: name: Test Full Build - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest strategy: fail-fast: false matrix: target: [win64,linux64,linuxarm64] - variant: [lgpl,gpl 6.1,gpl 5.1,lgpl 6.1,lgpl 5.1,gpl-shared,lgpl-shared,gpl-shared 6.1,gpl-shared 5.1,lgpl-shared 6.1,lgpl-shared 5.1] + variant: [gpl,lgpl,gpl 5.1,gpl 6.1,gpl 7.1,lgpl 5.1,lgpl 6.1,lgpl 7.1,gpl-shared,lgpl-shared,gpl-shared 5.1,gpl-shared 6.1,gpl-shared 7.1,lgpl-shared 5.1,lgpl-shared 6.1,lgpl-shared 7.1] quickbuild: [1] include: - target: win64