mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-24 10:14:13 -05:00
CI: Update Ubuntu versions
Ubuntu 22.04 images are now available on GitHub Actions. Add 22.04 and drop 18.04, as we are dropping 18.04 for an upcoming release.
This commit is contained in:
committed by
Matt Gajownik
parent
49c20c6cc1
commit
231c91846d
@@ -201,7 +201,7 @@ jobs:
|
||||
runs-on: ${{ matrix.ubuntu }}
|
||||
strategy:
|
||||
matrix:
|
||||
ubuntu: ['ubuntu-20.04', 'ubuntu-18.04']
|
||||
ubuntu: ['ubuntu-20.04', 'ubuntu-22.04']
|
||||
if: always()
|
||||
needs: [clang_check]
|
||||
defaults:
|
||||
|
||||
Reference in New Issue
Block a user