Skip to content

Commit aa98cc9

Browse files
JonathangadeaharderJonathan Gadea Harder
andauthored
chore: switch CI runners to self-hosted (#16)
Co-authored-by: Jonathan Gadea Harder <jonathangadeaharder@Jonathans-MacBook-Pro.local>
1 parent 3559bf4 commit aa98cc9

6 files changed

Lines changed: 800 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: ubuntu-latest
19+
runs-on: self-hosted
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: ubuntu-latest
62+
runs-on: self-hosted
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: macos-latest
14+
runs-on: self-hosted
1515
name: Build & Verify Formalization
1616
timeout-minutes: 25
1717
steps:
237 KB
Binary file not shown.

.lake/config/[anonymous]/lakefile.olean.lock

Whitespace-only changes.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{"platform": "x86_64-apple-darwin24.6.0",
2+
"options": {},
3+
"name": "[anonymous]",
4+
"leanHash": "3dc1a088b6d2d8eafe25a7cd7ec7b58d731bd7cc",
5+
"idx": 0,
6+
"configHash": "5dd739162975e92b"}

0 commit comments

Comments
 (0)