Update GitHub Actions images (#352)

* Remove `macOS 11`
  * Homebrew no longer supports [`macOS < 12`](https://docs.brew.sh/Installation)
* Add `FreeBSD 14`
* Remove `FreeBSD 12`
* Add `Fedora 39`
* Remove `Fedora 37`
* Add `Ubuntu` rolling
* Allow tests using latest `Mapnik` to fail
  * Updates occasionally cause failures to occur
This commit is contained in:
Hummeltech
2023-11-26 12:21:09 -07:00
committed by GitHub
parent e94fde2982
commit bc8126cc69
3 changed files with 48 additions and 18 deletions

View File

@ -4,7 +4,7 @@ This document provides users with step-by-step instructions on how to compile an
Please see our [Continuous Integration script](/.github/workflows/build-and-test.yml) for more details.
## Fedora 34/35/36/37/38
## Fedora 34/35/36/37/38/39
```shell
#!/usr/bin/env bash

View File

@ -4,7 +4,7 @@ This document provides users with step-by-step instructions on how to compile an
Please see our [Continuous Integration script](/.github/workflows/build-and-test.yml) for more details.
## FreeBSD 12/13
## FreeBSD 12/13/14
```shell
#!/usr/bin/env sh