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 8d22286 commit 6dceae8Copy full SHA for 6dceae8
.github/workflows/ci.yml
@@ -7,11 +7,20 @@ jobs:
7
matrix:
8
include:
9
- platform: linux
10
+ arch: x64
11
os: "ubuntu-20.04"
12
+ - platform: linux
13
+ arch: arm64
14
+ os: "ubuntu-24.04-arm"
15
- platform: windows
16
17
os: "windows-2019"
18
- platform: mac
19
20
os: "macos-13"
21
+ - platform: mac
22
23
+ os: "macos-14"
24
runs-on: ${{ matrix.os }}
25
steps:
26
- uses: actions/checkout@v4
@@ -52,7 +61,7 @@ jobs:
52
61
53
62
- uses: actions/upload-artifact@v4
54
63
with:
55
- name: ${{ matrix.platform }}-distributables
64
+ name: ${{ matrix.platform }}-${{ matrix.arch }}-distributables
56
65
path: dist/HttpToolkit-*
57
66
if-no-files-found: error
58
67
publish:
0 commit comments