Skip to content

Commit fa2b8d6

Browse files
calc84maniacadriweb
authored andcommitted
ci: Update to Ubuntu 22.04 runners
1 parent d7cf88d commit fa2b8d6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.linux.workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [ubuntu-20.04]
16+
os: [ubuntu-22.04]
1717
arch: [x64]
1818
config: [Release]
1919
statictype: [ON, OFF]
@@ -40,6 +40,7 @@ jobs:
4040
- name: Install dependencies
4141
run: |
4242
set -e
43+
sudo apt update
4344
sudo apt install -y autoconf automake autoconf-archive '^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev libegl1-mesa-dev libudev-dev libusb-1.0-0-dev
4445
4546
- name: Install latest CMake

.github/workflows/coverity.workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
coverity:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- name: Checkout Git Repo
1313
uses: actions/checkout@v3

0 commit comments

Comments
 (0)