File tree 2 files changed +6
-18
lines changed
2 files changed +6
-18
lines changed Original file line number Diff line number Diff line change @@ -17,25 +17,19 @@ jobs:
17
17
fail-fast : true
18
18
matrix :
19
19
os :
20
- - ubuntu-latest
21
- - windows-latest
22
- - macos-12
20
+ - macos-latest
23
21
python :
24
22
- 3.8
25
23
- 3.x
26
24
architecture :
27
- - x64
28
- - x86
25
+ - arm64
26
+ - arm
29
27
category :
30
28
- awses_1.3.3
31
29
- awses_1.3.max
32
30
- awses_latest
33
31
exclude :
34
32
# x86 builds are only meaningful for Windows
35
- - os : ubuntu-latest
36
- architecture : x86
37
- - os : macos-12
38
- architecture : x86
39
33
steps :
40
34
- uses : aws-actions/configure-aws-credentials@v4
41
35
with :
Original file line number Diff line number Diff line change 24
24
fail-fast : true
25
25
matrix :
26
26
os :
27
- - ubuntu-latest
28
- - windows-latest
29
- - macos-12
27
+ - macos-latest
30
28
python :
31
29
- 3.7
32
30
- 3.8
36
34
- " 3.12"
37
35
- 3.x
38
36
architecture :
39
- - x64
40
- - x86
37
+ - arm64
38
+ - arm
41
39
category :
42
40
- local
43
41
- accept
47
45
# - examples
48
46
exclude :
49
47
# x86 builds are only meaningful for Windows
50
- - os : ubuntu-latest
51
- architecture : x86
52
- - os : macos-12
53
- architecture : x86
54
48
steps :
55
49
- uses : actions/checkout@v4
56
50
- uses : actions/setup-python@v4
You can’t perform that action at this time.
0 commit comments