From ada6fbe2973e034e2b71f02cb7e68c6f93d0392f Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Wed, 12 Feb 2025 13:40:31 +1100 Subject: [PATCH] chore: make runner use ubuntu 22.04 --- .github/workflows/build-binaries.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index a929a7e82..43bbfd336 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -27,7 +27,7 @@ env: jobs: build_linux: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: diff --git a/README.md b/README.md index da9d696a2..239fbbf9a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Submissions can be made by making a pull request to our development branch.If yo ## Supported platforms -Session requires Windows 10 or later, macOS Ventura (13) or later, or a Linux distribution with glibc 2.28 or later like Debian 10 or Ubuntu 20.04. +Session requires Windows 10 or later, macOS Ventura (13) or later, or a Linux distribution with glibc 2.28 or later like Debian 10 or Ubuntu 22.04. ## Build instructions