Skip to content

Commit

Permalink
Run only macos-14 for testing; change version from number to string
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 5051c11 commit 5b274c2
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 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: 13
arch: 'x86_64'
- base: macos
version: 14
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 5b274c2

Please sign in to comment.