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
- Point runners to use Mac OS14 runner from 12
  • Loading branch information
F-WRunTime committed Dec 9, 2024
1 parent a6001b5 commit e66aafa
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
os: self-macos-12
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
os: self-macos-12
os: self-macos-14
runs-on: ${{ matrix.runner }}
steps:
- name: 'Check out code'
Expand Down

0 comments on commit e66aafa

Please sign in to comment.