chore: bump workflows to use Ubuntu 24.04 (#546)
Some checks are pending
Build / Build Package (push) Waiting to run
Check / Check Package (push) Waiting to run
Test / Test Action (macos-14) (push) Waiting to run
Test / Test Action With Additional Options (push) Waiting to run
Test / Test Action (ubuntu-24.04) (push) Waiting to run
Test / Test Action (windows-2022) (push) Waiting to run
Test / Test Action With Specified Directories (push) Waiting to run
Test / Test Action Without Run Build (push) Waiting to run
Test / Test Package (push) Waiting to run
Test / Test Action With Custom Generator (push) Waiting to run

Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
This commit is contained in:
Alfi Maulana
2024-12-11 14:49:53 +07:00
committed by GitHub
parent 725d1314cc
commit 1a6f9e325f
4 changed files with 9 additions and 9 deletions

View File

@@ -37,7 +37,7 @@ on:
jobs:
build-project:
name: Build Project
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout Project
uses: actions/checkout@v4.2.1