Skip to content

Commit

Permalink
build servers on macOS-12
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Mar 15, 2023
1 parent eb2e9e5 commit 46392ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}

build-darwin:
runs-on: macos-11
runs-on: macos-12
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 @@ -59,7 +59,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}

build-darwin:
runs-on: macos-11
runs-on: macos-12
needs: list
strategy:
fail-fast: false
Expand Down

0 comments on commit 46392ea

Please sign in to comment.