Skip to content

Commit

Permalink
Replace Fedora 36 with Fedora 38 in GitHub Actions (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
hummeltech authored Jul 20, 2023
1 parent 5d70617 commit 5d9fcda
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/actions/cmake/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ runs:

- name: Prepare `build` directory
run: |
cmake -S . -B build \
cmake -B build -S . \
-LA \
-DCMAKE_BUILD_TYPE=${BUILD_TYPE:-Debug} \
-DCMAKE_INSTALL_PREFIX=${INSTALL_PREFIX:-/usr/local} \
-DENABLE_TESTS=1
-DCMAKE_BUILD_TYPE:STRING=${BUILD_TYPE:-Debug} \
-DCMAKE_INSTALL_PREFIX:PATH=${INSTALL_PREFIX:-/usr/local} \
-DENABLE_TESTS:BOOL=ON
shell: bash --noprofile --norc -euxo pipefail {0}

- name: Build `mod_tile`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
cmake -S mapnik-src -B mapnik-build \
-DBUILD_DEMO_VIEWER:BOOL=OFF \
-DBUILD_TESTING:BOOL=OFF \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_BUILD_TYPE:STRING=Release \
-DCMAKE_INSTALL_PREFIX:PATH=/usr
cmake --build mapnik-build
shell: bash --noprofile --norc -euxo pipefail {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/dependencies/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ inputs:
gdal-devel
harfbuzz-devel
libicu-devel
libjpeg-turbo-devel
libjpeg-devel
libpng-devel
libtiff-devel
libwebp-devel
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- 'debian:11'
- 'debian:12'
- 'debian:testing'
- 'fedora:36'
- 'fedora:37'
- 'fedora:38'
- 'fedora:rawhide'
- 'ubuntu:20.04'
build_system:
Expand Down

0 comments on commit 5d9fcda

Please sign in to comment.