Skip to content

Commit

Permalink
[GitHub] Try to use setup-python v5 for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Jun 17, 2024
1 parent 9954cfc commit ad65050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
with:
python-version: '3.8.10'
python-version: '3.10'
architecture: 'x64'
- name: Configure
run: ./configure --openssl-no-asm --without-intl --dest-cpu=x86_64
Expand Down

0 comments on commit ad65050

Please sign in to comment.