File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1111
1212jobs :
1313 build :
14- runs-on : ${{ fromJSON(vars.EPSILON_RUNNER_LABELS) }}
14+ runs-on : ubuntu-latest
1515 steps :
1616 - name : Download toolchain
1717 uses : numworks/setup-arm-toolchain@latest
Original file line number Diff line number Diff line change 1212
1313jobs :
1414 build :
15- runs-on : ${{ fromJSON(vars.EPSILON_RUNNER_LABELS) }}
15+ runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
1818 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 3737jobs :
3838 device :
3939 timeout-minutes : 15
40- runs-on : ${{ fromJSON(vars.EPSILON_CACHED_RUNNER_LABELS) }}
40+ runs-on : ubuntu-latest
4141 if : ${{ (fromJSON(github.event.inputs.device)) }}
4242 strategy :
4343 matrix :
@@ -100,7 +100,7 @@ jobs:
100100 path : output/debug/optimized/windows/epsilon.exe
101101 linux :
102102 timeout-minutes : 15
103- runs-on : ${{ fromJSON(vars.EPSILON_CACHED_RUNNER_LABELS) }}
103+ runs-on : ubuntu-latest
104104 env :
105105 MAKEFLAGS : -j32
106106 steps :
@@ -142,7 +142,7 @@ jobs:
142142 path : output/debug/optimized/macos/epsilon.app
143143 poincarejs :
144144 timeout-minutes : 15
145- runs-on : ${{ fromJSON(vars.EPSILON_CACHED_RUNNER_LABELS) }}
145+ runs-on : ubuntu-latest
146146 env :
147147 MAKEFLAGS : -j32
148148 steps :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: workflow_call
55jobs :
66 coverage :
77 timeout-minutes : 15
8- runs-on : ${{ fromJSON(vars.EPSILON_CACHED_RUNNER_LABELS) }}
8+ runs-on : ubuntu-latest
99 env :
1010 MAKEFLAGS : -j32
1111 COVERAGE_OUTPUT_DIR : ' output/debug/no_assert/linux/coverage'
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ concurrency:
1818jobs :
1919 compare_crc :
2020 timeout-minutes : 15
21- runs-on : ${{ fromJSON(vars.EPSILON_CACHED_RUNNER_LABELS) }}
21+ runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout PR's merged head
2424 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
1313
1414jobs :
1515 c_cpp_apps :
16- runs-on : ${{ fromJSON(vars.EPSILON_RUNNER_LABELS) }}
16+ runs-on : ubuntu-latest
1717 steps :
1818 - name : Install toolchain
1919 uses : numworks/setup-arm-toolchain@latest
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ concurrency:
1818jobs :
1919 build :
2020 name : Lint Code Base
21- runs-on : ${{ fromJSON(vars.EPSILON_RUNNER_LABELS) }}
21+ runs-on : ubuntu-latest
2222
2323 steps :
2424 - name : Fetch target branch and PR branch
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ concurrency:
1919jobs :
2020 binary-size :
2121 timeout-minutes : 15
22- runs-on : ${{ fromJSON(vars.EPSILON_CACHED_RUNNER_LABELS) }}
22+ runs-on : ubuntu-latest
2323 steps :
2424 - name : Fetch target branch and PR branch
2525 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments