File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 pull_request :
55 branches : [master]
66
7+ concurrency :
8+ group : ${{ github.ref }}
9+ cancel-in-progress : true
10+
711jobs :
812 e2e :
913 strategy :
1014 matrix :
11- os : [macos-12 , ubuntu-22.04, windows-2022]
15+ os : [macos-14 , ubuntu-22.04, windows-2022]
1216 fail-fast : false
1317 runs-on : ${{ matrix.os }}
1418 steps :
1519 - uses : actions/checkout@v3.3.0
1620 - uses : actions/setup-python@v4.6.1
1721 with :
18- python-version : " 3.11.0 "
22+ python-version : ' 3.12.0 '
1923 cache : pip
2024 - if : matrix.os == 'ubuntu-22.04'
2125 uses : awalsh128/cache-apt-pkgs-action@v1.3.0
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11appdirs == 1.4.4
2- black == 24.4.0
2+ black == 24.4.2
33configobj == 5.0.8
44pillow == 10.3.0
55pyinstaller == 6.6.0
66pylint == 3.1.0
77pyside6 == 6.7.0
8- pytest == 8.1.1
8+ pytest == 8.1.2
99requests == 2.31.0
1010semantic_version == 2.10.0
1111validators == 0.28.1
You can’t perform that action at this time.
0 commit comments