Skip to content

Commit

Permalink
Update to python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Apr 12, 2024
1 parent 145d981 commit a0baee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,10 @@ jobs:
run: sudo xcode-select -s /Applications/Xcode_15.0.1.app
- name: Checkout code
uses: actions/checkout@v3
- name: Setup python 3.8
- name: Setup python 3.10
uses: actions/setup-python@v3
with:
python-version: '3.8'
python-version: '3.10'
- name: Install packages
run:
brew install pkg-config ninja automake autoconf
Expand Down

0 comments on commit a0baee8

Please sign in to comment.