diff --git a/.github/workflows/build-gui-release-binaries-cb.yml b/.github/workflows/build-gui-release-binaries-cb.yml index 7398083d..ec6c389b 100644 --- a/.github/workflows/build-gui-release-binaries-cb.yml +++ b/.github/workflows/build-gui-release-binaries-cb.yml @@ -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" diff --git a/.github/workflows/build-gui-release-binaries.yml b/.github/workflows/build-gui-release-binaries.yml index 968aa3f8..0b6febf8 100644 --- a/.github/workflows/build-gui-release-binaries.yml +++ b/.github/workflows/build-gui-release-binaries.yml @@ -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: ""