File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
- release : 16
34
34
arch : arm64
35
35
# uc16 needs ubuntu20 because we need cgroup v1 to build it
36
- runs-on : ${{ matrix.release == 16 && '["self-hosted", "focal"]' || 'ubuntu-latest' }}
36
+ runs-on : ${{ matrix.release == 16 && fromJson( '["self-hosted", "focal"]') || 'ubuntu-latest' }}
37
37
timeout-minutes : 1200 # 20h, this will timeout sooner due to inner timeouts
38
38
name : Runtime ${{ matrix.release }} (${{ matrix.arch }})
39
39
steps :
@@ -112,7 +112,7 @@ jobs:
112
112
- release : 24
113
113
arch : arm64
114
114
# uc16 needs ubuntu20 because we need cgroup v1 to build it
115
- runs-on : ${{ matrix.release == 16 && '["self-hosted", "focal"]' || 'ubuntu-latest' }}
115
+ runs-on : ${{ matrix.release == 16 && fromJson( '["self-hosted", "focal"]') || 'ubuntu-latest' }}
116
116
timeout-minutes : 1200 # 20h, this will timeout sooner due to inner timeouts
117
117
name : Frontend ${{ matrix.type }}${{ matrix.release }} (${{ matrix.arch }})
118
118
steps :
You can’t perform that action at this time.
0 commit comments