File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ concurrency:
48
48
49
49
jobs :
50
50
test-examples :
51
- name : Test Examples/${{ matrix.examples }} on ${{ matrix.swift.swift_version }}
51
+ name : Test Examples/${{ matrix.examples }} on ${{ matrix.swift.image }}
52
52
if : ${{ inputs.examples_enabled }}
53
53
runs-on : ubuntu-latest
54
54
strategy :
@@ -105,6 +105,9 @@ jobs:
105
105
fail-fast : false
106
106
matrix :
107
107
examples : ${{ fromJson(inputs.archive_plugin_examples) }}
108
+ # We are using only one Swift version
109
+ swift :
110
+ - image : ${{ inputs.matrix_linux_swift_container_image }}
108
111
container :
109
112
image : ${{ matrix.swift.image }}
110
113
steps :
@@ -126,7 +129,7 @@ jobs:
126
129
if : ${{ inputs.check_foundation_enabled }}
127
130
runs-on : ubuntu-latest
128
131
container :
129
- image : ${{ matrix.swift.image }}
132
+ image : ${{ inputs.matrix_linux_swift_container_image }}
130
133
steps :
131
134
- name : Checkout repository
132
135
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments