Skip to content

Commit

Permalink
drop support of macos-11 (#1077)
Browse files Browse the repository at this point in the history
* drop support of macos-11

* add MariaDB 11.5 to README
  • Loading branch information
shogo82148 committed Jun 16, 2024
1 parent 525ec08 commit e8772cf
Show file tree
Hide file tree
Showing 4 changed files with 4 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 @@ -59,7 +59,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}

build-darwin-x64:
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-x64:
runs-on: macos-11
runs-on: macos-12
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 @@ -40,7 +40,6 @@ jobs:
- macos-14
- macos-13
- macos-12
- macos-11
- windows-2022
- windows-2019
mysql:
Expand All @@ -51,6 +50,7 @@ jobs:
- "8.0"
- "5.7"
- "5.6"
- "mariadb-11.5"
- "mariadb-11.4"
- "mariadb-11.3"
- "mariadb-11.2"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Available Versions are:
- `5.7`
- `5.6`
- MariaDB
- `11.5`
- `11.4`
- `11.3`
- `11.2`
Expand Down

0 comments on commit e8772cf

Please sign in to comment.