Skip to content

Commit d0466ba

Browse files
committed
actions: update to ubuntu 22 image
Also increases the supported gcc/clang version.
1 parent a3bbb9d commit d0466ba

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,14 @@ jobs:
149149
- compiler: gcc-old
150150
cc: gcc-10
151151
cxx: g++-10
152-
platform: ubuntu-20.04
152+
platform: ubuntu-22.04
153153
python: 3.7
154154
deps: release
155155
flavour: linux
156156
- compiler: clang-old
157-
cc: clang-10
158-
cxx: clang++-10
159-
platform: ubuntu-20.04
157+
cc: clang-13
158+
cxx: clang++-13
159+
platform: ubuntu-22.04
160160
python: 3.7
161161
deps: release
162162
flavour: linux

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,9 @@ pyosmium has the following dependencies:
4141
* [libz](https://www.zlib.net/)
4242
* [libbz2](https://www.sourceware.org/bzip2/)
4343
* [Boost](https://www.boost.org/) variant and iterator >= 1.41
44-
* [Python Requests](https://docs.python-requests.org/en/master/)
44+
* [Python Requests](https://docs.python-requests.org/)
4545
* Python setuptools
46-
* [Requests](https://requests.readthedocs.io)
47-
* a C++17-compatible compiler (Clang 7+, GCC 8+)
46+
* a C++17-compatible compiler (Clang 13+, GCC 10+ are supported)
4847

4948
### Compiling from Source
5049

0 commit comments

Comments
 (0)