Skip to content

Commit a53e521

Browse files
committed
Fixes Open-Systems-Pharmacology#1099 linux uses R 4.3.1
1 parent c7642c6 commit a53e521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/LinuxImages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
r_version: [4.1.0] #[3.6.3, 4.1.0]
13+
r_version: [4.3.1] #[3.6.3, 4.1.0]
1414
os_version: [bionic] #[centos7, bionic]
1515
runs-on: ubuntu-latest
1616
steps:

0 commit comments

Comments
 (0)