Skip to content

Commit 77e87ad

Browse files
committed
Merged in feature/PROTO-274-prep-release-3.6.0 (pull request #194)
Switched build of OS for Github workflows as the latest version of protobuf is not supported there.
2 parents 44ef1d9 + 835efde commit 77e87ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build-test:
1212
strategy:
1313
matrix:
14-
os: [ubuntu-22.04]
14+
os: [ubuntu-24.04]
1515
protoc-version: ["32.x"]
1616
python-version: ["3.8", "3.11"]
1717
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)