aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2023-02-05 12:31:07 -0800
committerMicah Lee <micah@micahflee.com>2023-02-05 12:31:07 -0800
commitc536dd3c48b5d3921eb3f2bb0b27153ce6f81917 (patch)
treec6587fe9ca54b2addaff6f79fd1ff41a6418ce07 /.github
parent5e745c50c21a21b6395e58756618a2e0e7e3500a (diff)
downloadonionshare-c536dd3c48b5d3921eb3f2bb0b27153ce6f81917.tar.gz
onionshare-c536dd3c48b5d3921eb3f2bb0b27153ce6f81917.zip
Switch to Python 3.11, and make build_mac in CI use the universal2 installer
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 46add218..2638f082 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -212,9 +212,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- - name: Install Python 3.9.13 (Intel)
+ - name: Install Python 3.11.1 (universal2)
run: |
- curl -L https://www.python.org/ftp/python/3.9.13/python-3.9.13-macosx10.9.pkg --output ~/Downloads/python.pkg
+ curl -L https://www.python.org/ftp/python/3.11.1/python-3.11.1-macos11.pkg --output ~/Downloads/python.pkg
sudo installer -pkg ~/Downloads/python.pkg -target /
- name: Install poetry