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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 9 deletions

View File

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

View File

@ -7,7 +7,7 @@ on:
jobs: jobs:
check-package: check-package:
name: Check Package name: Check Package
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
steps: steps:
- name: Checkout Project - name: Checkout Project
uses: actions/checkout@v4.2.2 uses: actions/checkout@v4.2.2

View File

@ -7,7 +7,7 @@ on:
jobs: jobs:
test-package: test-package:
name: Test Package name: Test Package
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
steps: steps:
- name: Checkout Project - name: Checkout Project
uses: actions/checkout@v4.2.2 uses: actions/checkout@v4.2.2
@ -29,7 +29,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ubuntu-22.04, macos-14, windows-2022] os: [ubuntu-24.04, macos-14, windows-2022]
steps: steps:
- name: Checkout Sample Project - name: Checkout Sample Project
uses: actions/checkout@v4.2.2 uses: actions/checkout@v4.2.2
@ -55,7 +55,7 @@ jobs:
test-action-with-specified-dirs: test-action-with-specified-dirs:
name: Test Action With Specified Directories name: Test Action With Specified Directories
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
steps: steps:
- name: Checkout Sample Project - name: Checkout Sample Project
uses: actions/checkout@v4.2.2 uses: actions/checkout@v4.2.2
@ -85,7 +85,7 @@ jobs:
test-action-without-run-build: test-action-without-run-build:
name: Test Action Without Run Build name: Test Action Without Run Build
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
steps: steps:
- name: Checkout Sample Project - name: Checkout Sample Project
uses: actions/checkout@v4.2.2 uses: actions/checkout@v4.2.2
@ -112,7 +112,7 @@ jobs:
test-action-with-additional-options: test-action-with-additional-options:
name: Test Action With Additional Options name: Test Action With Additional Options
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
steps: steps:
- name: Checkout Sample Project - name: Checkout Sample Project
uses: actions/checkout@v4.2.2 uses: actions/checkout@v4.2.2
@ -139,7 +139,7 @@ jobs:
test-action-with-custom-generator: test-action-with-custom-generator:
name: Test Action With Custom Generator name: Test Action With Custom Generator
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
steps: steps:
- name: Checkout Sample Project - name: Checkout Sample Project
uses: actions/checkout@v4.2.2 uses: actions/checkout@v4.2.2

View File

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