Skip to content

Commit 2a449eb

Browse files
authored
Merge pull request #9673 from holtrop-wolfssl/update-github-workflows-ubuntu
Update from Ubuntu 22.04 to Ubuntu 24.04 for github workflows
2 parents cc7897b + 69fd8dc commit 2a449eb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+80
-86
lines changed

.github/workflows/async.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
]
2525
name: make check
2626
if: github.repository_owner == 'wolfssl'
27-
runs-on: ubuntu-22.04
27+
runs-on: ubuntu-24.04
2828
# This should be a safe limit for the tests to run.
2929
timeout-minutes: 6
3030
steps:

.github/workflows/bind.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Build wolfSSL
1818
if: github.repository_owner == 'wolfssl'
1919
# Just to keep it the same as the testing target
20-
runs-on: ubuntu-22.04
20+
runs-on: ubuntu-24.04
2121
# This should be a safe limit for the tests to run.
2222
timeout-minutes: 4
2323
steps:
@@ -47,7 +47,7 @@ jobs:
4747
ref: [ 9.18.0, 9.18.28, 9.18.33 ]
4848
name: ${{ matrix.ref }}
4949
if: github.repository_owner == 'wolfssl'
50-
runs-on: ubuntu-22.04
50+
runs-on: ubuntu-24.04
5151
# This should be a safe limit for the tests to run.
5252
timeout-minutes: 10
5353
needs: build_wolfssl

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
jobs:
1515
codespell:
1616
if: github.repository_owner == 'wolfssl'
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-24.04
1818
steps:
1919
- uses: actions/checkout@v4
2020

.github/workflows/coverity-scan-fixes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
coverity:
1212
if: github.repository_owner == 'wolfssl'
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- uses: actions/checkout@v4
1616
with:

.github/workflows/curl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build_wolfssl:
1717
name: Build wolfSSL
1818
if: github.repository_owner == 'wolfssl'
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020
# This should be a safe limit for the tests to run.
2121
timeout-minutes: 4
2222
steps:
@@ -40,7 +40,7 @@ jobs:
4040
test_curl:
4141
name: ${{ matrix.curl_ref }}
4242
if: github.repository_owner == 'wolfssl'
43-
runs-on: ubuntu-22.04
43+
runs-on: ubuntu-24.04
4444
# This should be a safe limit for the tests to run.
4545
timeout-minutes: 15
4646
needs: build_wolfssl

.github/workflows/cyrus-sasl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Build wolfSSL
1818
if: github.repository_owner == 'wolfssl'
1919
# Just to keep it the same as the testing target
20-
runs-on: ubuntu-22.04
20+
runs-on: ubuntu-24.04
2121
# This should be a safe limit for the tests to run.
2222
timeout-minutes: 4
2323
steps:
@@ -48,7 +48,7 @@ jobs:
4848
ref: [ 2.1.28 ]
4949
name: ${{ matrix.ref }}
5050
if: github.repository_owner == 'wolfssl'
51-
runs-on: ubuntu-22.04
51+
runs-on: ubuntu-24.04
5252
# This should be a safe limit for the tests to run.
5353
timeout-minutes: 4
5454
needs: build_wolfssl

.github/workflows/disable-pk-algs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
]
3737
name: make check
3838
if: github.repository_owner == 'wolfssl'
39-
runs-on: ubuntu-22.04
39+
runs-on: ubuntu-24.04
4040
# This should be a safe limit for the tests to run.
4141
timeout-minutes: 6
4242
steps:

.github/workflows/docker-Espressif.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
espressif_latest:
1616
name: latest Docker container
1717
if: github.repository_owner == 'wolfssl'
18-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu-24.04
1919
# This should be a safe limit for the tests to run.
2020
timeout-minutes: 12
2121
container:
@@ -29,7 +29,7 @@ jobs:
2929
espressif_v4_4:
3030
name: v4.4 Docker container
3131
if: github.repository_owner == 'wolfssl'
32-
runs-on: ubuntu-22.04
32+
runs-on: ubuntu-24.04
3333
container:
3434
image: espressif/idf:release-v4.4
3535
steps:
@@ -39,7 +39,7 @@ jobs:
3939
espressif_v5_0:
4040
name: v5.0 Docker container
4141
if: github.repository_owner == 'wolfssl'
42-
runs-on: ubuntu-22.04
42+
runs-on: ubuntu-24.04
4343
container:
4444
image: espressif/idf:release-v5.0
4545
steps:

.github/workflows/docker-OpenWrt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
build_library:
1919
name: Compile libwolfssl.so
2020
if: github.repository_owner == 'wolfssl'
21-
runs-on: ubuntu-22.04
21+
runs-on: ubuntu-24.04
2222
# This should be a safe limit for the tests to run.
2323
timeout-minutes: 4
2424
container:
@@ -42,7 +42,7 @@ jobs:
4242
compile_container:
4343
name: Compile container
4444
if: github.repository_owner == 'wolfssl'
45-
runs-on: ubuntu-22.04
45+
runs-on: ubuntu-24.04
4646
# This should be a safe limit for the tests to run.
4747
timeout-minutes: 2
4848
needs: build_library

.github/workflows/fil-c.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# This should be a safe limit for the tests to run.
2929
timeout-minutes: 30
3030
if: github.repository_owner == 'wolfssl'
31-
runs-on: ubuntu-22.04
31+
runs-on: ubuntu-24.04
3232
name: ${{ matrix.config }}
3333
steps:
3434
- name: Download fil-c release

0 commit comments

Comments
 (0)