[CI] update gh action runners
This commit is contained in:
parent
7d414450c1
commit
6183005baf
2 changed files with 3 additions and 3 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
steps:
|
||||
- name: Install required system packages
|
||||
run: |
|
||||
brew install automake ninja lcov
|
||||
brew install automake ninja lcov autoconf-archive
|
||||
|
||||
- name: checkout mapnik
|
||||
uses: actions/checkout@v3
|
||||
|
|
4
.github/workflows/ubuntu.yml
vendored
4
.github/workflows/ubuntu.yml
vendored
|
@ -28,7 +28,7 @@ env:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
services:
|
||||
postgres:
|
||||
|
@ -48,7 +48,7 @@ jobs:
|
|||
- name: Install required system packages
|
||||
shell: "bash"
|
||||
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
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue