Skip to content

Commit

Permalink
fix: incorrect GHA runner tag from NS
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Aug 11, 2024
1 parent de80475 commit 0b14044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on:
- nscloud-ubuntu-22.04-amd64-4x8-with-cache
- nscloud-cache-size-50gb
- nscloud-cache-tag-sulfoxide-fluorine-nix-store-cache
- nscloud-cache-tag-sulfoxide-silicon-nix-store-cache
- nscloud-git-mirror-1gb
steps:
- uses: AtomiCloud/actions.setup-nix@v1.2.1
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on:
- nscloud-ubuntu-22.04-amd64-4x8-with-cache
- nscloud-cache-size-50gb
- nscloud-cache-tag-sulfoxide-fluorine-releaser-nix-store-cache
- nscloud-cache-tag-sulfoxide-silicon-releaser-nix-store-cache
- nscloud-git-mirror-1gb
steps:
- uses: AtomiCloud/actions.setup-nix@v1.2.1
Expand Down

0 comments on commit 0b14044

Please sign in to comment.