Skip to content

Commit 5f62244

Browse files
committed
reduce matrix
1 parent 064e8c7 commit 5f62244

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

.github/workflows/R-CMD-check-occasional.yaml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,9 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
os: [macOS-latest, windows-latest, ubuntu-latest]
20-
r: ['devel', 'release', '3.5', '3.6', '4.0', '4.1', '4.2', '4.3', '4.4', '4.5']
21-
locale: ['en_US.UTF-8',
22-
# Multibyte characters: Mandarin
23-
'zh_CN.UTF-8',
24-
# Encoding: non-UTF-8 locales for French, Mandarin, and Russian
25-
'fr_CA.ISO-8859-1', 'zh_CN.GB18030', 'ru_RU.KOI8-R',
26-
# Collate order (#3502, see also #7837): Latvian, Azeri, Hungarian, Faroese, Albanian
27-
'lv_LV.UTF-8', 'az_AZ.UTF-8', 'hu_HU.UTF-8', 'fo_FO.UTF-8', 'sq_MK.UTF-8',
28-
# Local time formatting (for R bug #19117)
29-
'vi_VN.UTF-8']
19+
os: [ ubuntu-latest]
20+
r: ['devel', '4.2' ]
21+
locale: ['en_US.UTF-8', 'fr_CA.ISO-8859-1', 'az_AZ.UTF-8']
3022
# we're constrained by GHA inflexibility to do a tedious thing here with 'exclude' below.
3123
# better would be for GHA to support multiple 'matrix' configs (one for ubuntu, one for other OS);
3224
# an approach with multiple jobs would tediously require copy-pasting the _rest_ of the steps

0 commit comments

Comments
 (0)