Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: "Build and check HTML"
jobs:
build:
name: Build site and generate HTML
runs-on: ubuntu-latest
runs-on: nscloud-ubuntu-22.04-amd64-8x16

steps:
- name: Install deps for figures (OS packages)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-main-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
merge-to-nightly:
runs-on: ubuntu-latest
runs-on: nscloud-ubuntu-22.04-amd64-8x16
if: github.repository == 'leanprover/reference-manual'
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: "Report PR testing status to the lean4 repository"
jobs:
build:
name: Build site and generate HTML
runs-on: ubuntu-latest
runs-on: nscloud-ubuntu-22.04-amd64-8x16

steps:
- name: Install deps for figures (OS packages)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# This job checks whether there's been a new nightly since the last
# successful automatic update
check-update:
runs-on: ubuntu-latest
runs-on: nscloud-ubuntu-22.04-amd64-8x16
if: github.repository == 'leanprover/reference-manual'
outputs:
update-needed: ${{ steps.check-update.outputs.update-needed }}
Expand Down