chore: make runner use ubuntu 22.04

pull/3281/head
Audric Ackermann 2 months ago
parent b71af7a375
commit ada6fbe297
No known key found for this signature in database

@ -27,7 +27,7 @@ env:
jobs:
build_linux:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:

@ -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

Loading…
Cancel
Save