[CI] update gh action runners

This commit is contained in:
Mathis Logemann 2022-11-21 22:28:44 +01:00
parent 7d414450c1
commit 6183005baf
2 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@ jobs:
steps: steps:
- name: Install required system packages - name: Install required system packages
run: | run: |
brew install automake ninja lcov brew install automake ninja lcov autoconf-archive
- name: checkout mapnik - name: checkout mapnik
uses: actions/checkout@v3 uses: actions/checkout@v3

View file

@ -28,7 +28,7 @@ env:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-22.04
services: services:
postgres: postgres:
@ -48,7 +48,7 @@ jobs:
- name: Install required system packages - name: Install required system packages
shell: "bash" shell: "bash"
run: | run: |
sudo apt-get install -y gperf libxxf86vm-dev ninja-build postgresql-client lcov sudo apt-get install -y gperf libxxf86vm-dev ninja-build postgresql-client lcov autoconf-archive
- name: checkout mapnik - name: checkout mapnik
uses: actions/checkout@v3 uses: actions/checkout@v3