We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee84778 commit edff444Copy full SHA for edff444
2 files changed
.github/workflows/blueprint.yml
@@ -16,7 +16,7 @@ concurrency:
16
17
jobs:
18
build:
19
- runs-on: self-hosted
+ runs-on: ["self-hosted", "lean", "macos"]
20
steps:
21
- name: Checkout
22
uses: actions/checkout@v4
@@ -59,7 +59,7 @@ jobs:
59
environment:
60
name: github-pages
61
url: ${{ steps.deployment.outputs.page_url }}
62
63
needs: build
64
65
- name: Deploy to GitHub Pages
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ on:
11
12
13
build-and-verify:
14
15
name: Build & Verify Formalization
timeout-minutes: 25
0 commit comments