Skip to content

Commit

Permalink
feat(ci): Build gui binaries on ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
binarybaron committed Nov 19, 2024
1 parent d953114 commit 288a13e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-gui-release-binaries-cb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
# We build on an older version to support older glib versions
UBUNTU: "ubuntu-20.04"
UBUNTU: "ubuntu-22.04"
MACOS_ARM: "macos-latest"
MACOS_INTEL: "macos-13"
WINDOWS: "windows-latest"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-gui-release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
args: "--target aarch64-apple-darwin"
- platform: "macos-13" # for Intel based macs.
args: "--target x86_64-apple-darwin"
- platform: "ubuntu-20.04" # We build on an older version to support older glib versions
- platform: "ubuntu-22.04" # We build on an older version to support older glib versions
args: ""
- platform: "windows-latest"
args: ""
Expand Down

0 comments on commit 288a13e

Please sign in to comment.