Skip to content

Commit

Permalink
Update regression-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN authored Dec 24, 2023
1 parent 8c47b7b commit 3095e79
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/regression-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
fail-fast: false
max-parallel: 1
matrix:
version: [17,16,15,14,13,12]
os: [ubuntu-latest, windows-latest, macos-latest]
version: [12,13,14,15,16,17]
uses: ./.github/workflows/test-build.yml
with:
os: ${{ matrix.os }}
Expand All @@ -26,8 +26,8 @@ jobs:
fail-fast: false
max-parallel: 1
matrix:
version: [18,17,16]
os: [ubuntu-latest, windows-latest, macos-latest]
version: [16,17,18]
uses: ./.github/workflows/test-build.yml
with:
os: ${{ matrix.os }}
Expand All @@ -41,8 +41,8 @@ jobs:
fail-fast: false
max-parallel: 1
matrix:
version: [3,2]
os: [ubuntu-latest, windows-latest, macos-latest]
version: [2,3]
uses: ./.github/workflows/test-build.yml
with:
os: ${{ matrix.os }}
Expand All @@ -56,8 +56,8 @@ jobs:
fail-fast: false
max-parallel: 1
matrix:
version: [4,3]
os: [ubuntu-latest, windows-latest, macos-latest]
version: [3,4]
uses: ./.github/workflows/test-build.yml
with:
os: ${{ matrix.os }}
Expand Down Expand Up @@ -85,8 +85,8 @@ jobs:
fail-fast: false
max-parallel: 1
matrix:
version: [18,17,16]
os: [ubuntu-latest, windows-latest, macos-latest]
version: [16,17,18]
uses: ./.github/workflows/test-build.yml
with:
os: ${{ matrix.os }}
Expand All @@ -100,8 +100,8 @@ jobs:
fail-fast: false
max-parallel: 1
matrix:
version: [3,2]
os: [ubuntu-latest, windows-latest, macos-latest]
version: [2,3]
uses: ./.github/workflows/test-build.yml
with:
os: ${{ matrix.os }}
Expand Down

0 comments on commit 3095e79

Please sign in to comment.