From 67241b99da0b80330f017087b76e02ef469940cc Mon Sep 17 00:00:00 2001 From: Matthew Rathbone Date: Mon, 21 Apr 2025 18:30:50 -0500 Subject: [PATCH] ubuntu 22 --- .github/workflows/studio-build-non-production.yml | 2 +- .github/workflows/studio-publish-test.yml | 7 +++---- .github/workflows/studio-publish.yml | 8 +++----- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/.github/workflows/studio-build-non-production.yml b/.github/workflows/studio-build-non-production.yml index 64b8295da..8eb8c874b 100644 --- a/.github/workflows/studio-build-non-production.yml +++ b/.github/workflows/studio-build-non-production.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: - os: [macos-14, ubuntu-20.04, windows-2019, ubuntu-arm64] + os: [macos-14, ubuntu-22.04, windows-2019, ubuntu-arm64] steps: - name: Check out Git repository diff --git a/.github/workflows/studio-publish-test.yml b/.github/workflows/studio-publish-test.yml index 839cdfbf5..04d903ea5 100644 --- a/.github/workflows/studio-publish-test.yml +++ b/.github/workflows/studio-publish-test.yml @@ -15,7 +15,7 @@ jobs: - name: test owner: beekeeper-studio repo: test-releases - runs-on: "ubuntu-20.04" + runs-on: "ubuntu-22.04" outputs: upload_url: ${{ steps.create_release.outputs.upload_url }} assets_url: ${{ steps.create_release.outputs.assets_url }} @@ -41,7 +41,7 @@ jobs: # electron-builder comes built in with channels -- latest, beta, alpha. # To support these for deb, rpm, and snap, we need to extract the channel from the package version identify_channel: - runs-on: "ubuntu-20.04" + runs-on: "ubuntu-22.04" outputs: channel: ${{steps.extract_channel.outputs.channel}} deb_codename: ${{steps.extract_channel.outputs.codename}} @@ -69,7 +69,7 @@ jobs: owner: beekeeper-studio repo: test-releases os: - - name: ubuntu-20.04 + - name: ubuntu-22.04 arch: x64 type: linux setup_python: true @@ -85,7 +85,6 @@ jobs: type: macos # macos-13 is Intel, macos-14 is arm (obviously) # https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories - # os: [ubuntu-20.04, windows-2019, ubuntu-arm64, macos-13, macos-14 ] # os: [macos-13, macos-14 ] steps: diff --git a/.github/workflows/studio-publish.yml b/.github/workflows/studio-publish.yml index 21bcec656..4d394955f 100644 --- a/.github/workflows/studio-publish.yml +++ b/.github/workflows/studio-publish.yml @@ -8,7 +8,7 @@ on: - "apps/sqltools/**" jobs: create_draft_release: - runs-on: "ubuntu-20.04" + runs-on: "ubuntu-22.04" outputs: upload_url: ${{ steps.create_release.outputs.upload_url }} assets_url: ${{ steps.create_release.outputs.assets_url }} @@ -36,7 +36,7 @@ jobs: # outputs: latest, beta, alpha # deb_codename: stable, beta identify_channel: - runs-on: "ubuntu-20.04" + runs-on: "ubuntu-22.04" outputs: channel: ${{steps.extract_channel.outputs.channel}} deb_codename: ${{steps.extract_channel.outputs.deb_codename}} @@ -60,7 +60,7 @@ jobs: fail-fast: false matrix: os: - - name: ubuntu-20.04 + - name: ubuntu-22.04 arch: x64 type: linux setup_python: true @@ -83,8 +83,6 @@ jobs: type: macos # macos-13 is Intel, macos-14 is arm (obviously) # https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories - # os: [ubuntu-20.04, windows-2019, ubuntu-arm64, macos-13, macos-14 ] - # os: [macos-13, macos-14 ] steps: