mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
ci: use Python 3.12 for parsing dates (#5554)
This commit is contained in:
parent
4d0ac15e55
commit
f42bb73123
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -389,6 +389,11 @@ jobs:
|
|||
working-directory: release-artifacts
|
||||
shell: bash
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.12"
|
||||
|
||||
- name: Format changes
|
||||
id: format-changes
|
||||
run: |
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
- Dev: Refactored a few `#define`s into `const(expr)` and cleaned includes. (#5527)
|
||||
- Dev: Added `FlagsEnum::isEmpty`. (#5550)
|
||||
- Dev: Prepared for Qt 6.8 by addressing some deprecations. (#5529)
|
||||
- Dev: Recent changes are now shown in the nightly release description. (#5553)
|
||||
- Dev: Recent changes are now shown in the nightly release description. (#5553, #5554)
|
||||
|
||||
## 2.5.1
|
||||
|
||||
|
|
Loading…
Reference in a new issue