Skip to content

Commit

Permalink
CI: use macos 11 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen521kk authored Oct 2, 2023
1 parent cfe8ac1 commit 0d0cac4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-10.15, windows-2019]
os: [macos-11, windows-2019]
architecture: [x86, x64]
python-version: ['3.8', '3.9', '3.10', '3.11']
include:
Expand All @@ -96,11 +96,11 @@ jobs:
- os: windows-2019
architecture: x86
platform_id: win32
- os: macos-10.15
- os: macos-11
architecture: x64
platform_id: macosx_x86_64
exclude:
- os: macos-10.15
- os: macos-11
architecture: x86
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0d0cac4

Please sign in to comment.