We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347de7b commit 4a4dd6cCopy full SHA for 4a4dd6c
.github/workflows/Build_wheels_for_cpython27_x86_ext.yml
@@ -1,4 +1,4 @@
1
-name: Build wheels for CPython2.7 x86 on Ubuntu18 with GCC-7 with All warnings, test external build
+name: Build wheels for CPython2.7 x86 on Ubuntu16 with GCC-9 with All warnings, test external build
2
3
on: [push, pull_request]
4
@@ -14,12 +14,12 @@ jobs:
14
fail-fast: false
15
matrix:
16
os:
17
- - name: Ubuntu 24+18 i386 CPython 2.7
+ - name: Ubuntu 24+16 i386 CPython 2.7
18
runs-on: ubuntu-latest
19
matrix: linux
20
arch: i386
21
tag_arch: i686
22
- release: bionic
+ release: xenial
23
mirror: http://azure.archive.ubuntu.com/ubuntu
24
#version: 1.5.6.7
25
#pyver: "2.7"
0 commit comments