Skip to content

Commit

Permalink
backport #1016 (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare authored Apr 25, 2024
1 parent 5ddea70 commit 33a4740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Set up Python
uses: actions/setup-python@v4
with:
with:
python-version: '3.8'

- name: Install python dependencies
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-12, windows-latest]
python-version: [3.7, 3.8] # TODO: fix errors on pytz error for python 3.9

steps:
Expand Down

0 comments on commit 33a4740

Please sign in to comment.