Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ndepaola committed Apr 25, 2024
1 parent 2118034 commit b0c824f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-desktop-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
include:
- os: macos-latest
- os: macos-13 # TODO: revert back to macos-latest when https://github.com/actions/setup-python/issues/852 is fixed
TARGET: macos
OUT_FILE_NAME: autofill
- os: windows-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-desktop-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
include:
- os: macos-latest
- os: macos-13 # TODO: revert back to macos-latest when https://github.com/actions/setup-python/issues/852 is fixed
- os: windows-latest
- os: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
matrix:
include:
- os: macos-latest
- os: macos-13 # TODO: revert back to macos-latest when https://github.com/actions/setup-python/issues/852 is fixed
- os: windows-latest
- os: ubuntu-latest
steps:
Expand Down

0 comments on commit b0c824f

Please sign in to comment.