Skip to content

Commit 15dae23

Browse files
committed
Update Ubuntu / GR version in CI
1 parent c42f652 commit 15dae23

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
gr: ["0.72.11", "0.73.10", "system"]
14+
gr: ["0.73.14", "system"]
1515
os: ["ubuntu", "macos", "windows"]
1616
ruby: ["3.2", "3.3", "3.4"]
17+
ubuntu_version: ["24.04"]
1718
exclude:
1819
- { os: windows, gr: "0.72.11" }
1920
- { os: windows, gr: "0.73.10" }
@@ -38,9 +39,9 @@ jobs:
3839
- name: Setup OBS binary (ubuntu)
3940
if: ${{ matrix.gr == 'system' && matrix.os == 'ubuntu' }}
4041
run: |
41-
echo 'deb http://download.opensuse.org/repositories/science:/gr-framework/xUbuntu_20.04/ /' |
42+
echo 'deb http://download.opensuse.org/repositories/science:/gr-framework/xUbuntu_${{ matrix.ubuntu_version }}/ /' |
4243
sudo tee /etc/apt/sources.list.d/science:gr-framework.list
43-
curl -fsSL https://download.opensuse.org/repositories/science:gr-framework/xUbuntu_20.04/Release.key |
44+
curl -fsSL https://download.opensuse.org/repositories/science:gr-framework/xUbuntu_${{ matrix.ubuntu_version }}/Release.key |
4445
gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/science_gr-framework.gpg > /dev/null
4546
sudo apt update -yq && sudo apt upgrade -yq
4647
sudo apt-get install -y gr

0 commit comments

Comments
 (0)