Skip to content

Commit

Permalink
Bump python version
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed May 3, 2024
1 parent 1b127af commit 9f06233
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: 3.10.11
python-version: 3.11.9
- name: Builder image
env:
TARGET_OS: Windows
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: 3.10.11
python-version: 3.11.9
- name: Builder image
run: docker build -t electrum-grs-appimage-builder-img ./contrib/build-linux/appimage/
- name: Compile Linux AppImage
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: 3.10.11
python-version: 3.11.9
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 12.4.0
Expand Down

0 comments on commit 9f06233

Please sign in to comment.