Merge pull request #67 from Bilb/chore-make-runner-use-ubunu-24

chore: make runner use ubuntu 22.04
pull/3281/head
Audric Ackermann 2 months ago committed by GitHub
commit 1e74158be7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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