Skip to content

Commit

Permalink
macos-11 -> macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiaoying committed Feb 23, 2024
1 parent 294d8cd commit 771fea0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["windows-latest", "macos-11"]
os: ["windows-latest", "macos-latest"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
include:
- os: "macos-11"
- os: "macos-latest"
features: "--features integrated-auth-gssapi"
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
os: [macos-11, ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 771fea0

Please sign in to comment.