Skip to content

Commit ee138ec

Browse files
committed
Mark linux swift latest as experimental
1 parent b81a754 commit ee138ec

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ on:
55
branches:
66
- main
77
paths-ignore:
8-
- 'README.md'
9-
- 'CODE_OF_CONDUCT.md'
10-
- '.editorconfig'
11-
- '.spi.yml'
8+
- "README.md"
9+
- "CODE_OF_CONDUCT.md"
10+
- ".editorconfig"
11+
- ".spi.yml"
1212
pull_request:
1313
branches:
1414
- main
@@ -40,14 +40,20 @@ jobs:
4040

4141
linux_test:
4242
name: Test Linux
43-
runs-on: ubuntu-latest
43+
runs-on: ubuntu-24.04
44+
continue-on-error: ${{ matrix.experimental }}
4445
timeout-minutes: 30
4546
strategy:
47+
fail-fast: false
4648
matrix:
4749
swift-version:
4850
- 6.1
4951
- 6.2
5052
- latest
53+
experimental: [false]
54+
include:
55+
- swift-version: latest
56+
experimental: true
5157
steps:
5258
- name: Checkout
5359
uses: actions/checkout@v4

0 commit comments

Comments
 (0)