Skip to content

Commit 1ebbe4c

Browse files
author
forrestlinfeng
committed
ci: migrate ubuntu-latest -> self-hosted runner
Routes Linux CI jobs to the EvoMap self-hosted runner (evomap-shoot). Skipped files where ubuntu-latest is load-bearing (glibc pin, cross-platform matrix, paid runner deliberately chosen).
1 parent d52aadd commit 1ebbe4c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414

1515
jobs:
1616
check:
17-
runs-on: ubuntu-latest
17+
runs-on: [self-hosted, Linux, X64]
1818
steps:
1919
- uses: actions/checkout@v6
2020

.github/workflows/monitor.yml

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

1212
jobs:
1313
monitor:
14-
runs-on: ubuntu-latest
14+
runs-on: [self-hosted, Linux, X64]
1515
steps:
1616
- uses: actions/checkout@v6
1717

.github/workflows/update-stars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
update:
13-
runs-on: ubuntu-latest
13+
runs-on: [self-hosted, Linux, X64]
1414
steps:
1515
- uses: actions/checkout@v6
1616

0 commit comments

Comments
 (0)