mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-12 23:37:14 +03:00
[519] Update Workflows and Python Version
This commit is contained in:
parent
1d052e4930
commit
b30e006575
2
.github/workflows/pr-checks.yml
vendored
2
.github/workflows/pr-checks.yml
vendored
@ -13,7 +13,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
code-checks:
|
code-checks:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
2
.github/workflows/push-checks.yml
vendored
2
.github/workflows/push-checks.yml
vendored
@ -19,7 +19,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
push_checks:
|
push_checks:
|
||||||
|
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
2
.github/workflows/windows-build.yml
vendored
2
.github/workflows/windows-build.yml
vendored
@ -71,7 +71,7 @@ jobs:
|
|||||||
windows_build:
|
windows_build:
|
||||||
needs: [variables]
|
needs: [variables]
|
||||||
name: Build EDMC
|
name: Build EDMC
|
||||||
runs-on: windows-2019
|
runs-on: windows-latest
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
@ -1 +1 @@
|
|||||||
3.11.7
|
3.11.9
|
||||||
|
Loading…
x
Reference in New Issue
Block a user