Skip to content

Commit 0aeba02

Browse files
committed
reduce matrix
1 parent dc269ad commit 0aeba02

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.utf8',
22-
# Multibyte characters: Mandarin
23-
'zh_CN.utf8',
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.utf8', 'az_AZ.utf8', 'hu_HU.utf8', 'fo_FO.utf8', 'sq_MK.utf8',
28-
# Local time formatting (for R bug #19117)
29-
'vi_VN.utf8']
19+
os: [ ubuntu-latest]
20+
r: ['release']
21+
locale: [ 'fr_CA.ISO-8859-1']
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)