Skip to content

Commit

Permalink
Run with full matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael O'Keefe authored and Michael O'Keefe committed Nov 20, 2024
1 parent b8a423c commit c55a880
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,26 @@ jobs:
fail-fast: true
matrix:
os:
#- base: ubuntu
# version: latest
- base: ubuntu
version: latest
- base: macos
version: 13
arch: 'x86_64'
- base: macos
version: 14
arch: 'arm64'
#- base: windows
# version: latest
# arch: 'amd64'
- base: windows
version: latest
arch: 'amd64'
python-version:
#- "8"
#- "9"
- "8"
- "9"
- "10"
#include:
# - os: ubuntu
# platform: linux
# - os: windows
# ls: dir
include:
- os: ubuntu
platform: linux
- os: windows
ls: dir
runs-on: ${{ format('{0}-{1}', matrix.os.base, matrix.os.version) }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c55a880

Please sign in to comment.