Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
uschmidt83 committed Apr 26, 2024
1 parent 19801d2 commit e94b6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_cron.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
# https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs
os: [macos-latest] # macos-latest is arm64-based
os: [ubuntu-20.04, windows-latest, macos-latest] # macos-latest is arm64-based
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
tensorflow: [1, 2]
include:
Expand Down

0 comments on commit e94b6b8

Please sign in to comment.