Skip to content

Commit

Permalink
[MOD] - GitHub Actions Windows version 'windows-latest'--> 'windows-2…
Browse files Browse the repository at this point in the history
…019'

      - GitHub Actions MaxOSX version 'macos-latest' --> 'macos-11'
  • Loading branch information
lpossner committed Dec 18, 2023
1 parent cd490f4 commit 3f75723
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 @@ -52,7 +52,7 @@ jobs:
TWINE_PASSWORD: ${{ secrets.twine_api_key }}
TWINE_USERNAME: __token__
windows:
runs-on: windows-latest
runs-on: windows-2019
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
TWINE_PASSWORD: ${{ secrets.twine_api_key }}
TWINE_USERNAME: __token__
macos:
runs-on: macos-latest
runs-on: macos-11
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
Expand Down

0 comments on commit 3f75723

Please sign in to comment.