Skip to content

Commit 7077471

Browse files
committed
CI: Update GR version to 0.73.17
1 parent e0820c2 commit 7077471

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,12 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
gr: ["0.73.14", "system"]
14+
gr: ["0.73.17", "system"]
1515
os: ["ubuntu", "macos", "windows"]
1616
ruby: ["3.2", "3.3", "3.4"]
1717
ubuntu_version: ["24.04"]
1818
exclude:
19-
- { os: windows, gr: "0.72.11" }
20-
- { os: windows, gr: "0.73.10" }
19+
- { os: windows, gr: "0.73.17" }
2120
runs-on: ${{ matrix.os }}-latest
2221
steps:
2322
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)