We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fb9d89 commit 832a6ebCopy full SHA for 832a6eb
1 file changed
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
strategy:
24
fail-fast: false
25
matrix:
26
- os: [ubuntu-latest, macos-13]
+ os: [ubuntu-latest, macos-latest]
27
name: Integration tests (${{ matrix.os }})
28
runs-on: ${{ matrix.os }}
29
timeout-minutes: 90
@@ -35,7 +35,7 @@ jobs:
35
- name: Setup CI
36
uses: ./.github/actions/setup-repo
37
with:
38
- python-version: '3.9' # sync with default version in WORKSPACE.
+ python-version: '3.11.8' # sync with default version in WORKSPACE.
39
- name: Install development dependencies and bindings
40
run: |
41
bazel run pypi_update
0 commit comments