File tree 1 file changed +23
-13
lines changed
1 file changed +23
-13
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions:
19
19
20
20
jobs :
21
21
linux :
22
- runs-on : ubuntu-latest
22
+ runs-on : ${{ matrix.runner }}
23
23
permissions :
24
24
contents : write
25
25
attestations : write
@@ -28,20 +28,30 @@ jobs:
28
28
strategy :
29
29
matrix :
30
30
include :
31
- - image : ubuntu2404
31
+ - runner : ubuntu-latest
32
+ image : ubuntu2404
33
+ config-zstd : OFF
34
+ - runner : ubuntu-24.04-arm
35
+ image : ubuntu2404-arm64
32
36
config-zstd : OFF
33
- - image : ubuntu2204
37
+ - runner : ubuntu-latest
38
+ image : ubuntu2204
34
39
config-zstd : OFF
35
- - image : ubuntu2204-icpx
40
+ - runner : ubuntu-latest
41
+ image : ubuntu2204-icpx
36
42
config-zstd : OFF
37
43
additional-flags : -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx
38
- - image : ubuntu2004
44
+ - runner : ubuntu-latest
45
+ image : ubuntu2004
39
46
config-zstd : OFF
40
- - image : rhel94
47
+ - runner : ubuntu-latest
48
+ image : rhel94
41
49
config-zstd : OFF
42
- - image : fedora40
50
+ - runner : ubuntu-latest
51
+ image : fedora42
43
52
config-zstd : OFF
44
- - image : alpine320
53
+ - runner : ubuntu-latest
54
+ image : alpine320
45
55
config-zstd : OFF
46
56
47
57
steps :
@@ -308,13 +318,13 @@ jobs:
308
318
matrix :
309
319
include :
310
320
- target : " armeabi-v7a"
311
- api-version : 30
321
+ api-version : 35
312
322
- target : " x86"
313
- api-version : 30
323
+ api-version : 35
314
324
- target : " arm64-v8a"
315
- api-version : 30
325
+ api-version : 35
316
326
- target : " x86_64"
317
- api-version : 30
327
+ api-version : 35
318
328
319
329
runs-on : ubuntu-latest
320
330
@@ -323,7 +333,7 @@ jobs:
323
333
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
324
334
325
335
- name : Checkout lipbcap for Android
326
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # main
336
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
327
337
with :
328
338
repository : seladb/libpcap-android
329
339
path : ./libpcap-android
You can’t perform that action at this time.
0 commit comments