Skip to content

Commit

Permalink
chore: update image in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
OpatrilPeter committed Jul 20, 2023
1 parent b99a1c3 commit 3f64e65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ env:

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

steps:
- uses: actions/checkout@v2
with:
submodules: recursive

- name: Install dependencies
run: sudo apt-get install libboost-system-dev libmysqlclient-dev socat
run: sudo apt-get install libboost-system-dev libmariadb-dev-compat socat

- name: Configure CMake
run: |
Expand Down

0 comments on commit 3f64e65

Please sign in to comment.