From ce1b5a07fa29b6e3b5a8322e36adc735954e2faa Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 16 Jun 2022 14:46:56 +0200 Subject: Use ubububu 22.04. --- .github/workflows/gcc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/gcc.yml b/.github/workflows/gcc.yml index 0a6114a8..5b09ead2 100644 --- a/.github/workflows/gcc.yml +++ b/.github/workflows/gcc.yml @@ -13,12 +13,12 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, macOS-latest] + os: [ubuntu-22.04, macOS-latest] steps: - uses: actions/checkout@v2 - name: Install linux libraries - if: ${{ matrix.os == 'ubuntu-20.04' }} + if: ${{ matrix.os == 'ubuntu-22.04' }} run: sudo apt-get update && sudo apt-get -y install libglfw3-dev libdbus-1-dev libcapstone-dev libtbb-dev - name: Install macos libraries if: ${{ matrix.os == 'macOS-latest' }} -- cgit v1.2.3