Skip to content

Commit ef2b8d1

Browse files
committed
Update pack building workflows
- runs-on: from ubuntu-22.04 to ubuntu-24.04 - packchk-version: from 1.4.1 to 1.4.4
1 parent 36056eb commit ef2b8d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
jobs:
1515
pack:
1616
name: Generate pack
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-24.04
1818
steps:
1919
- uses: actions/checkout@v4
2020
with:
@@ -28,7 +28,7 @@ jobs:
2828
- uses: Open-CMSIS-Pack/gen-pack-action@main
2929
with:
3030
doxygen-version: 1.13.2
31-
packchk-version: 1.4.1
31+
packchk-version: 1.4.4
3232
gen-doc-script: ./Documentation/Doxygen/gen_doc.sh
3333
doc-path: ./Documentation/html
3434
gen-pack-script: ./gen_pack.sh --no-preprocess

0 commit comments

Comments
 (0)