Skip to content

Commit

Permalink
Re-enable all os/python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael O'Keefe authored and Michael O'Keefe committed Nov 22, 2024
1 parent 6dc3c23 commit 8802214
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,30 +9,30 @@ 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:
# base: ubuntu
# version: latest
# platform: linux
# - os:
# base: windows
# version: latest
# ls: dir
include:
- os:
base: ubuntu
version: latest
platform: linux
- os:
base: windows
version: latest
ls: dir
runs-on: ${{ format('{0}-{1}', matrix.os.base, matrix.os.version) }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8802214

Please sign in to comment.