Skip to content

Commit

Permalink
Update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
cpina committed Oct 22, 2023
1 parent f849b4c commit 113b5a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04

steps:
- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v4.1.0
- name: Install dependencies
run: |
sudo apt-get install cmake qt5-default g++
sudo apt-get install cmake qt6-base-dev libgl1-mesa-dev
- name: Build
run: |
mkdir build
Expand Down

0 comments on commit 113b5a4

Please sign in to comment.