Skip to content

Commit 58e0c0c

Browse files
committed
Change swift-linux workflow to test on ubuntu-22.04 and ubuntu-24.04
1 parent 92ddd6b commit 58e0c0c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/swift-linux.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ on:
1010

1111
jobs:
1212
build-linux:
13-
runs-on: ubuntu-latest
13+
strategy:
14+
matrix:
15+
os: [ubuntu-22.04, ubuntu-24.04]
16+
runs-on: ${{ matrix.os }}
1417

1518
steps:
1619
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)