Skip to content

Commit 5b06ca9

Browse files
authored
ci: fix label order (#1614)
R version should appear before OS for all operating systems.
1 parent a46bd49 commit 5b06ca9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
r-version: [ '4.4.0', '4.3.2', '4.2.3', '4.0.0', '3.6.0' ]
5151
os: [ ubuntu-latest ]
5252
include:
53-
- os: macos-latest
54-
r-version: '4.4.0'
55-
- os: windows-latest
56-
r-version: '4.4.0'
53+
- r-version: '4.4.0'
54+
os: macos-latest
55+
- r-version: '4.4.0'
56+
os: windows-latest
5757
runs-on: ${{ matrix.os }}
5858
concurrency:
5959
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.r-version }}-${{ matrix.os }}

0 commit comments

Comments
 (0)