File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 jqtlinux :
2323 needs : all
2424 name : Jinstall (Linux)
25- runs-on : ubuntu-22 .04
25+ runs-on : ubuntu-24 .04
2626 steps :
2727 - name : Check Git repository
2828 uses : actions/checkout@v6
3838 jqtmacos :
3939 needs : all
4040 name : Jinstall (macOS)
41- runs-on : macos-15 -intel
41+ runs-on : macos-26 -intel
4242 steps :
4343 - name : Check Git repository
4444 uses : actions/checkout@v6
5050 CC : clang
5151 run : script/testinstall.sh darwin x64
5252
53+ # macOS arm64 ----------------------------------------------------------
54+ jqtmacosarm64 :
55+ needs : all
56+ name : Jinstall (macOS arm64)
57+ runs-on : macos-26
58+ steps :
59+ - name : Check Git repository
60+ uses : actions/checkout@v6
61+ with :
62+ submodules : recursive
63+
64+ - name : Test Jinstall
65+ env :
66+ CC : clang
67+ run : script/testinstall.sh darwin arm64
68+
5369# rpi64arm -------------------------------------------------------------
5470 jqtrpi64arm :
5571 needs : all
@@ -171,6 +187,7 @@ jobs:
171187 jqtopenbsd :
172188 needs : all
173189 name : Jinstall (OpenBSD cross-platform-actions)
190+ if : ${{ false }}
174191 runs-on : ubuntu-latest
175192 steps :
176193 - name : Checkout Git repository
@@ -240,6 +257,7 @@ jobs:
240257 jqtfreebsd2 :
241258 needs : all
242259 name : Jinstall (FreeBSD cross-platform-actions)
260+ if : ${{ false }}
243261 runs-on : ubuntu-latest
244262 steps :
245263 - name : Checkout Git repository
You can’t perform that action at this time.
0 commit comments