File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 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" }
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
You can’t perform that action at this time.
0 commit comments