Commit 282063e 1 parent 8bf52ff commit 282063e Copy full SHA for 282063e
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
devScript : ./dev.sh
26
26
27
27
- runtime : linux-arm64
28
- os : ubuntu-latest
28
+ os : ubuntu-24.04-arm
29
29
devScript : ./dev.sh
30
30
31
31
- runtime : linux-arm
63
63
run : |
64
64
${{ matrix.devScript }} test
65
65
working-directory : src
66
- if : matrix.runtime != 'linux-arm64' && matrix.runtime != 'linux- arm' && matrix.runtime != 'osx-arm64' && matrix.runtime != 'win-arm64'
66
+ if : matrix.runtime != 'linux-arm' && matrix.runtime != 'osx-arm64' && matrix.runtime != 'win-arm64'
67
67
68
68
# Create runner package tar.gz/zip
69
69
- name : Package Release
Original file line number Diff line number Diff line change 62
62
devScript : ./dev.sh
63
63
64
64
- runtime : linux-arm64
65
- os : ubuntu-latest
65
+ os : ubuntu-24.04-arm
66
66
devScript : ./dev.sh
67
67
68
68
- runtime : linux-arm
You can’t perform that action at this time.
0 commit comments