Skip to content

Commit

Permalink
ci: update create_release.yml to ubuntu-24.04
Browse files Browse the repository at this point in the history
as it needs tomllib
  • Loading branch information
iamsergio committed Dec 15, 2024
1 parent bdfd892 commit 10cb8d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only

name: Creates a release
name: Create release

on:
workflow_dispatch:
Expand All @@ -18,7 +18,7 @@ on:

jobs:
create_release:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down

0 comments on commit 10cb8d2

Please sign in to comment.