Skip to content

Commit a402f29

Browse files
committed
rkapila/testing
1 parent 5490743 commit a402f29

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

.github/workflows/ci_test-vector-handler.yaml

+3-9
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,19 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
os:
20-
- ubuntu-latest
21-
- windows-latest
22-
- macos-12
20+
- macos-latest
2321
python:
2422
- 3.8
2523
- 3.x
2624
architecture:
27-
- x64
28-
- x86
25+
- arm64
26+
- arm
2927
category:
3028
- awses_1.3.3
3129
- awses_1.3.max
3230
- awses_latest
3331
exclude:
3432
# x86 builds are only meaningful for Windows
35-
- os: ubuntu-latest
36-
architecture: x86
37-
- os: macos-12
38-
architecture: x86
3933
steps:
4034
- uses: aws-actions/configure-aws-credentials@v4
4135
with:

.github/workflows/ci_tests.yaml

+3-9
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ jobs:
2424
fail-fast: true
2525
matrix:
2626
os:
27-
- ubuntu-latest
28-
- windows-latest
29-
- macos-12
27+
- macos-latest
3028
python:
3129
- 3.7
3230
- 3.8
@@ -36,8 +34,8 @@ jobs:
3634
- "3.12"
3735
- 3.x
3836
architecture:
39-
- x64
40-
- x86
37+
- arm64
38+
- arm
4139
category:
4240
- local
4341
- accept
@@ -47,10 +45,6 @@ jobs:
4745
# - examples
4846
exclude:
4947
# x86 builds are only meaningful for Windows
50-
- os: ubuntu-latest
51-
architecture: x86
52-
- os: macos-12
53-
architecture: x86
5448
steps:
5549
- uses: actions/checkout@v4
5650
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)