Skip to content

Commit

Permalink
Merge pull request #283 from lonvia/update-actions
Browse files Browse the repository at this point in the history
Github Actions: update to Ubuntu-22 image
  • Loading branch information
lonvia authored Feb 21, 2025
2 parents a3bbb9d + d0466ba commit 31eb129
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,14 +149,14 @@ jobs:
- compiler: gcc-old
cc: gcc-10
cxx: g++-10
platform: ubuntu-20.04
platform: ubuntu-22.04
python: 3.7
deps: release
flavour: linux
- compiler: clang-old
cc: clang-10
cxx: clang++-10
platform: ubuntu-20.04
cc: clang-13
cxx: clang++-13
platform: ubuntu-22.04
python: 3.7
deps: release
flavour: linux
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ pyosmium has the following dependencies:
* [libz](https://www.zlib.net/)
* [libbz2](https://www.sourceware.org/bzip2/)
* [Boost](https://www.boost.org/) variant and iterator >= 1.41
* [Python Requests](https://docs.python-requests.org/en/master/)
* [Python Requests](https://docs.python-requests.org/)
* Python setuptools
* [Requests](https://requests.readthedocs.io)
* a C++17-compatible compiler (Clang 7+, GCC 8+)
* a C++17-compatible compiler (Clang 13+, GCC 10+ are supported)

### Compiling from Source

Expand Down

0 comments on commit 31eb129

Please sign in to comment.