Skip to content

Commit

Permalink
modified: .github/workflows/release.yml
Browse files Browse the repository at this point in the history
modified:   .github/workflows/test.yml
- Fix the missing 'self' in front to utilize system nix and not action
  isntalled nix
  • Loading branch information
F-WRunTime committed Dec 9, 2024
1 parent 01724bf commit dd13d10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- runner: [self-hosted, linux, normal]
os: ubuntu-24.04
- runner: [MacM1, self-macos-14]
os: macos-14
os: self-macos-14

runs-on: ${{ matrix.runner }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- runner: [self-hosted, linux, normal]
os: ubuntu-24.04
- runner: [MacM1, self-macos-14]
os: macos-14
os: self-macos-14
runs-on: ${{ matrix.runner }}
steps:
- name: 'Check out code'
Expand Down

0 comments on commit dd13d10

Please sign in to comment.