Skip to content

Commit 023b5ed

Browse files
committed
Minor CI/CD updates
Signed-off-by: Marvin Giessing <[email protected]>
1 parent 4dfd037 commit 023b5ed

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [ubuntu-20.04, windows-2019, macOS-10.15]
11+
os: [ubuntu-20.04, windows-2019, macOS-11]
1212

1313
steps:
1414
- uses: actions/checkout@v3
@@ -21,6 +21,7 @@ jobs:
2121
- name: Build wheels
2222
uses: pypa/[email protected]
2323
env:
24+
# configure cibuildwheel to build native archs ('auto'), and some emulated ones
2425
CIBW_ARCHS_LINUX: auto aarch64 ppc64le
2526
- uses: actions/upload-artifact@v3
2627
with:

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
test:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-22.04
88
strategy:
99
matrix:
1010
python: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", pypy-3.7, pypy-3.8, pypy-3.9]
@@ -18,7 +18,7 @@ jobs:
1818
- run: pytest
1919

2020
install:
21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-22.04
2222
strategy:
2323
matrix:
2424
python: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", pypy-3.7, pypy-3.8, pypy-3.9]

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

0 commit comments

Comments
 (0)