Skip to content

Commit a2e8902

Browse files
LoreneNumworksHugoNumworks
authored andcommitted
chore(ci): run on ubuntu-latest runner
1 parent 1fabfc4 commit a2e8902

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

.github/workflows/build-device.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111

1212
jobs:
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

.github/workflows/build-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212

1313
jobs:
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

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ env:
3737
jobs:
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:

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: workflow_call
55
jobs:
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'

.github/workflows/compare-screenshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818
jobs:
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

.github/workflows/external_apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313

1414
jobs:
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

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818
jobs:
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

.github/workflows/metrics-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919
jobs:
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

0 commit comments

Comments
 (0)