Skip to content

Commit

Permalink
drop support of macos-12 (#1198)
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 authored Dec 19, 2024
1 parent e62e604 commit 66ffad5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
subject-path: ${{ runner.temp }}/*.tar.zstd

build-darwin-x64:
runs-on: macos-12
runs-on: macos-13
needs: list
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
subject-path: ${{ runner.temp }}/*.tar.zstd

build-darwin-x64:
runs-on: macos-12
runs-on: macos-13
needs: list
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
- ubuntu-24.04
- ubuntu-22.04
- ubuntu-20.04
- macos-15
- macos-14
- macos-13
- macos-12
- windows-2022
- windows-2019
mysql:
Expand Down

0 comments on commit 66ffad5

Please sign in to comment.