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
5 changes: 5 additions & 0 deletions .github/actionlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
self-hosted-runner:
labels:
- blacksmith-2vcpu-ubuntu-2404

config-variables: null
4 changes: 2 additions & 2 deletions .github/workflows/archaeology.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ permissions:

jobs:
archaeology:
runs-on: ubuntu-latest
runs-on: blacksmith-2vcpu-ubuntu-2404
environment: github-pages

steps:
Expand All @@ -39,7 +39,7 @@ jobs:
cache-dependency-path: setup.py

- name: Install DevArch
run: pip install devarch-framework
run: pip install -e .

- name: Initialize project
run: |
Expand Down
Loading