Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Dec 3, 2024
1 parent 5bd9507 commit a3b6795
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/brew.yml.bak
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-14, macos-13, macos-12]
os: [macos-15, macos-14, macos-13]

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-14, macos-13, macos-12]
os: [macos-15, macos-14, macos-13]

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
runs-on: [macos-15, macos-14, macos-13, macos-12]
runs-on: [macos-15, macos-14, macos-13]
target-platform:
- MacOSX-10.15-x86_64
- MacOSX-11.0-x86_64
Expand Down

0 comments on commit a3b6795

Please sign in to comment.