Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
hwangsihu committed Jan 14, 2025
1 parent e338f23 commit 914bfcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 914bfcf

Please sign in to comment.