From 199c665fabfa3ad9347775afec4fe8a417d266c2 Mon Sep 17 00:00:00 2001 From: Pierre Alexandre Tremblay Date: Sat, 29 Mar 2025 18:00:50 +0100 Subject: [PATCH] update CI's Ubuntu version to 22.04 --- .github/workflows/nightly.yaml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index 3cc7995..54bb89a 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -57,7 +57,7 @@ jobs: path: release-packaging/FluCoMa-CLI-Mac-nightly.dmg linux: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - uses: flucoma/actions/env@main @@ -75,7 +75,7 @@ jobs: path: release-packaging/FluCoMa-CLI-Linux-x64-nightly.tar.gz release: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 needs: [windows, linux, macos] steps: - uses: actions/download-artifact@v4.1.7 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d07d6f6..4593c77 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: path: release-packaging/FluCoMa-CLI-Mac.dmg linux: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 outputs: version: ${{ steps.get-version.outputs.version }} steps: @@ -76,7 +76,7 @@ jobs: working-directory: build/_deps/flucoma-core-src release: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 needs: [mac, windows, linux] steps: