Skip to content

Commit 832a6eb

Browse files
bump python version to 3.11
1 parent 7fb9d89 commit 832a6eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
os: [ubuntu-latest, macos-13]
26+
os: [ubuntu-latest, macos-latest]
2727
name: Integration tests (${{ matrix.os }})
2828
runs-on: ${{ matrix.os }}
2929
timeout-minutes: 90
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup CI
3636
uses: ./.github/actions/setup-repo
3737
with:
38-
python-version: '3.9' # sync with default version in WORKSPACE.
38+
python-version: '3.11.8' # sync with default version in WORKSPACE.
3939
- name: Install development dependencies and bindings
4040
run: |
4141
bazel run pypi_update

0 commit comments

Comments
 (0)