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:
4848
4949jobs :
5050  test-examples :
51-     name : Test Examples/${{ matrix.examples }} on ${{ matrix.swift.swift_version  }} 
51+     name : Test Examples/${{ matrix.examples }} on ${{ matrix.swift.image  }} 
5252    if : ${{ inputs.examples_enabled }} 
5353    runs-on : ubuntu-latest 
5454    strategy :
@@ -105,6 +105,9 @@ jobs:
105105      fail-fast : false 
106106      matrix :
107107        examples : ${{ fromJson(inputs.archive_plugin_examples) }} 
108+         #  We are using only one Swift version
109+         swift :
110+           - image : ${{ inputs.matrix_linux_swift_container_image }} 
108111    container :
109112      image : ${{ matrix.swift.image }} 
110113    steps :
@@ -126,7 +129,7 @@ jobs:
126129    if : ${{ inputs.check_foundation_enabled }} 
127130    runs-on : ubuntu-latest 
128131    container :
129-       image : ${{ matrix.swift.image  }} 
132+       image : ${{ inputs.matrix_linux_swift_container_image  }} 
130133    steps :
131134      - name : Checkout repository 
132135        uses : actions/checkout@v4 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments