Skip to content

Commit 7cb08ab

Browse files
committed
Use ubuntu 22.04 runner in package native dependencies step
Ubuntu 20.04 runner is deprecated. Signed-off-by: Simon Graband <sgraband@eclipsesource.com>
1 parent 4bac2a4 commit 7cb08ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/native-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: ["ubuntu-20.04", "windows-latest", "macos-latest"]
10+
os: ["ubuntu-22.04", "windows-latest", "macos-latest"]
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

0 commit comments

Comments
 (0)