Skip to content

Commit

Permalink
chore(ci): Update with correct labels (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Jun 14, 2024
1 parent 329d502 commit 67346a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
jobs:
code:
runs-on: self-hosted
runs-on: aarch64-darwin
steps:
- uses: actions/checkout@v4
- run: nixci build
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
jobs:
emanote:
runs-on: self-hosted
runs-on: x86_64-linux
steps:
- uses: actions/checkout@v4
- name: Build the website (Nix) 🔧
Expand Down

0 comments on commit 67346a2

Please sign in to comment.