Skip to content

Commit

Permalink
Back to windows-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronreidsmith committed Aug 19, 2024
1 parent 9d091bb commit d8f3178
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ concurrency:
jobs:
build-and-deploy:
strategy:
# TODO: Remove
fail-fast: false
matrix:
python3-minor-version: [7, 8, 9, 10, 11, 12]
# TODO: Figure out macos-14/macos-latest and windows-2022/windows-latest
os: [macos-13, ubuntu-latest, windows-2019]
# TODO: Figure out macos-14/macos-latest
os: [macos-13, ubuntu-latest, windows-latest]
defaults:
run:
shell: bash
Expand Down

0 comments on commit d8f3178

Please sign in to comment.