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
- Specify also the 'runner' field is pointing not just MacM1 but also
  the runner os version as well.
  • Loading branch information
F-WRunTime committed Dec 9, 2024
1 parent e66aafa commit 01724bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
include:
- runner: [self-hosted, linux, normal]
os: ubuntu-24.04
- runner: MacM1
os: self-macos-14
- runner: [MacM1, self-macos-14]
os: macos-14

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

0 comments on commit 01724bf

Please sign in to comment.