Skip to content

Commit 23e0f82

Browse files
committed
Reorder matrix inputs in the same order as tag names
1 parent 29be797 commit 23e0f82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38+
dev_suffix: [ '', '-dev' ]
39+
debug_suffix: ['', '-debug']
3840
ubuntu_version:
3941
- noble
4042
- jammy
41-
dev_suffix: [ '', '-dev' ]
42-
debug_suffix: ['', '-debug']
4343
arch: ['amd64', 'arm64']
4444

4545
runs-on: ${{ matrix.arch == 'arm64' && 'ubuntu-24.04-arm' || 'ubuntu-24.04' }}
@@ -126,10 +126,10 @@ jobs:
126126
fail-fast: false
127127
matrix:
128128
registry_name: [ rubylang, ghcr.io/ruby ]
129+
image_version_suffix: [ '', '-dev', '-debug', '-debug-dev' ]
129130
ubuntu_version:
130131
- noble
131132
- jammy
132-
image_version_suffix: [ '', '-dev', '-debug', '-debug-dev' ]
133133

134134
runs-on: ubuntu-latest
135135

0 commit comments

Comments
 (0)