Skip to content

Commit edff444

Browse files
Jonathan Gadea HarderJonathan Gadea Harder
authored andcommitted
ci: use gate-specific runner labels
1 parent ee84778 commit edff444

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/blueprint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616

1717
jobs:
1818
build:
19-
runs-on: self-hosted
19+
runs-on: ["self-hosted", "lean", "macos"]
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v4
@@ -59,7 +59,7 @@ jobs:
5959
environment:
6060
name: github-pages
6161
url: ${{ steps.deployment.outputs.page_url }}
62-
runs-on: self-hosted
62+
runs-on: ["self-hosted", "lean", "macos"]
6363
needs: build
6464
steps:
6565
- name: Deploy to GitHub Pages

.github/workflows/ci.yml

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

1212
jobs:
1313
build-and-verify:
14-
runs-on: self-hosted
14+
runs-on: ["self-hosted", "lean", "macos"]
1515
name: Build & Verify Formalization
1616
timeout-minutes: 25
1717
steps:

0 commit comments

Comments
 (0)