Skip to content

Commit

Permalink
upgarde macos to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
meiravgri authored Nov 25, 2024
1 parent fb892b3 commit 50a62fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
timeout-minutes: 40
strategy:
matrix:
platform: ['ubuntu-22.04', 'macos-11']
platform: ['ubuntu-22.04', 'macos-13']
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
redis-version: ['7.0', '7.2']
fail-fast: false
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
--tls
- name: Generate coverage report
if: matrix.python == '3.9' && matrix.platform != 'macos-11'
if: matrix.python == '3.9' && matrix.platform != 'macos-13'
run: |
TLS="tests/flow/tls"
TLS_CERT=$TLS/redis.crt \
Expand All @@ -200,7 +200,7 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
if: matrix.python == '3.9' && matrix.platform != 'macos-11'
if: matrix.python == '3.9' && matrix.platform != 'macos-13'
continue-on-error: true
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 50a62fa

Please sign in to comment.