github/workflows: Modernize toolchain.

This commit is contained in:
Laurens Valk
2026-08-24 11:32:27 +02:00
parent 7398f2df1a
commit b04e318c3c
6 changed files with 12 additions and 24 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ permissions:
jobs:
create_release:
name: Create release on GitHub
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v6
@@ -36,7 +36,7 @@ jobs:
-F CHANGELOG.md \
$PRERELEASE_FLAG
build_and_publish:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- run: pipx run poetry build