Skip to content

ci: Bump ubuntu to 24.04 #11

ci: Bump ubuntu to 24.04

ci: Bump ubuntu to 24.04 #11

Workflow file for this run

# SPDX-FileCopyrightText: 2024 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
# SPDX-License-Identifier: MIT
name: Test scripts
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Run gh_utils test
run: python src/gh_utils.py --get-latest-release=KDAB/KDDockWidgets
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}