Skip to content

Commit

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

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

name: linux 🐘${{ matrix.pg }} (${{ matrix.config }})

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

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

name: macos 🐘${{ matrix.pg }} (${{ matrix.config }})

Expand Down

0 comments on commit ca32066

Please sign in to comment.