Skip to content

Commit 67b2992

Browse files
committed
ci: revert to standard ubuntu-latest runners
- Change from ubuntu-latest-4-cores to ubuntu-latest runners - 4-core runners may not be available/enabled for this repository - Standard runners (2 cores, 7GB RAM) are always available and sufficient - femu-compile.sh will still use make -j 2 for parallel builds
1 parent bf8c77d commit 67b2992

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-latest-4-cores # 4 cores, 16GB RAM for faster FEMU builds
11+
runs-on: ubuntu-latest # Standard runners: 2 cores, 7GB RAM
1212
strategy:
1313
matrix:
1414
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
@@ -86,7 +86,7 @@ jobs:
8686
retention-days: 7
8787

8888
compatibility-test:
89-
runs-on: ubuntu-latest-4-cores # Match build job runner
89+
runs-on: ubuntu-latest # Standard runners
9090
needs: build
9191
if: success()
9292

0 commit comments

Comments
 (0)