Skip to content

Commit

Permalink
matrix order
Browse files Browse the repository at this point in the history
  • Loading branch information
zachasme committed Nov 18, 2024
1 parent ffcf9e5 commit a74c363
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
linux:
strategy:
matrix:
config: [Release, Debug]
os: [ubuntu-24.04, ubuntu-22.04]
pg: [17, 16, 15, 14, 13]
config: [Release, Debug]

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
macos:
strategy:
matrix:
config: [Release, Debug]
os: [mac-14, macos-13]
pg: [17, 16, 15, 14, 13]
config: [Release, Debug]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit a74c363

Please sign in to comment.