Skip to content

Commit

Permalink
workflows: Use correct version for builds on macOS and Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
elprans committed Nov 15, 2024
1 parent ac7b368 commit ba1ccfd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows.src/build.inc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
uses: actions/setup-python@v5
if: << 'false' if tgt.runs_on and 'self-hosted' in tgt.runs_on else 'true' >>
with:
python-version: "3.x"
python-version: "3.12"

- name: Install dependencies
if: << 'false' if tgt.runs_on and 'self-hosted' in tgt.runs_on else 'true' >>
Expand Down Expand Up @@ -221,7 +221,7 @@
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.12"

- name: Configure Pagefile
uses: elprans/configure-pagefile-action@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .github/workflows/testing.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ba1ccfd

Please sign in to comment.