1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-12 15:27:14 +03:00

[519] Update Workflows and Python Version

This commit is contained in:
David Sangrey 2024-05-05 18:34:07 -04:00
parent 1d052e4930
commit b30e006575
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC
4 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ on:
jobs:
code-checks:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:

View File

@ -19,7 +19,7 @@ on:
jobs:
push_checks:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

View File

@ -71,7 +71,7 @@ jobs:
windows_build:
needs: [variables]
name: Build EDMC
runs-on: windows-2019
runs-on: windows-latest
defaults:
run:

View File

@ -1 +1 @@
3.11.7
3.11.9