Skip to content

Commit

Permalink
chore: Update Python version to 3.12 and setup-python action to v5 in…
Browse files Browse the repository at this point in the history
… test-meson.yml workflow
  • Loading branch information
sunt05 committed May 13, 2024
1 parent 642ab2d commit 3faf677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'

- name: Install Meson and Ninja
run: python3 -m pip install meson ninja f90wrap
Expand Down

0 comments on commit 3faf677

Please sign in to comment.