Skip to content

Commit

Permalink
Updated the GitHub Actions deprecated runners
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatyas committed Oct 14, 2022
1 parent 996720e commit 75e81b1
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ env:

jobs:
x11-cmake:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
env:
QT_TARGET: x11-static
SDL_TARGET: x11-bionic
steps:
- name: GCC PPA
run: sudo add-apt-repository ppa:ubuntu-toolchain-r/test
if: matrix.os == 'ubuntu-18.04'
if: matrix.os == 'ubuntu-20.04'
- name: APT deps
run: sudo apt-get update && sudo apt-get install -y
g++-10
Expand All @@ -28,7 +28,10 @@ jobs:
libxcb-icccm4-dev
libxcb-image0-dev
libxcb-keysyms1-dev
libxcb-randr0-dev
libxcb-render-util0-dev
libxcb-shape0-dev
libxcb-sync-dev
libxcb-util-dev
libxcb-xinerama0-dev
libxi-dev
Expand Down Expand Up @@ -76,7 +79,7 @@ jobs:


x11-tests:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
env:
QT_TARGET: x11-static
steps:
Expand Down Expand Up @@ -131,7 +134,7 @@ jobs:


macos-static:
runs-on: macos-10.15
runs-on: macos-11
env:
QT_TARGET: macos-static
steps:
Expand Down

0 comments on commit 75e81b1

Please sign in to comment.