Skip to content

Commit 4ab9a99

Browse files
committed
Update CI
ChangeLog: * .github/workflows/ccpp.yml: Remove ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION and update some jobs from ubuntu-22.04 to ubuntu-24.04. * .github/workflows/ccpp32alpine.yml: Likewise. Signed-off-by: Owen Avery <[email protected]>
1 parent 3b4d11c commit 4ab9a99

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

.github/workflows/ccpp.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,14 @@ on:
99
branches: [ master ]
1010
merge_group:
1111

12-
env:
13-
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
14-
1512
jobs:
1613
build-and-check-ubuntu-64bit:
1714

1815
env:
1916
# Force locale, in particular for reproducible results re '.github/log_expected_warnings' (see below).
2017
LC_ALL: C.UTF-8
2118

22-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2320

2421
steps:
2522
- uses: actions/checkout@v4
@@ -104,7 +101,7 @@ jobs:
104101
# Force locale, in particular for reproducible results re '.github/log_expected_warnings' (see below).
105102
LC_ALL: C.UTF-8
106103

107-
runs-on: ubuntu-22.04
104+
runs-on: ubuntu-24.04
108105

109106
steps:
110107
- uses: actions/checkout@v4
@@ -189,7 +186,7 @@ jobs:
189186
# Force locale, in particular for reproducible results re '.github/log_expected_warnings' (see below).
190187
LC_ALL: C.UTF-8
191188

192-
runs-on: ubuntu-22.04
189+
runs-on: ubuntu-24.04
193190

194191
steps:
195192
- uses: actions/checkout@v4
@@ -433,7 +430,7 @@ jobs:
433430
# Force locale, in particular for reproducible results re '.github/log_expected_warnings' (see below).
434431
LC_ALL: C.UTF-8
435432

436-
runs-on: ubuntu-22.04
433+
runs-on: ubuntu-24.04
437434

438435
steps:
439436
- uses: actions/checkout@v4

.github/workflows/ccpp32alpine.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,14 @@ on:
99
branches: [ master ]
1010
merge_group:
1111

12-
env:
13-
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
14-
1512
jobs:
1613
build-alpine-32bit-and-check-alpine-32bit:
1714

1815
env:
1916
# Force locale, in particular for reproducible results re '.github/log_expected_warnings' (see below).
2017
LC_ALL: C.UTF-8
2118

22-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2320

2421
steps:
2522
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)