File tree Expand file tree Collapse file tree 5 files changed +173
-110
lines changed Expand file tree Collapse file tree 5 files changed +173
-110
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: [push]
55jobs :
66  codecov :
77    container : 
8-       image : swift:6.0  
8+       image : swift:6.1  
99    runs-on : ubuntu-latest 
1010    steps :
1111    - uses : actions/checkout@v3 
Original file line number Diff line number Diff line change @@ -13,26 +13,24 @@ jobs:
1313      fail-fast : false 
1414      matrix :
1515        image :
16-           - swift:5.9-focal 
17-           - swift:5.9-jammy 
18-           - swift:5.10-focal 
19-           - swift:5.10-jammy 
2016          - swift:6.0-focal 
2117          - swift:6.0-jammy 
18+           - swift:6.1-focal 
19+           - swift:6.1-jammy 
2220    container : ${{ matrix.image }} 
2321    steps :
2422    - name : Checkout code 
25-       uses : actions/checkout@v3  
23+       uses : actions/checkout@v5  
2624    - name : Run tests 
2725      run : swift test 
2826  osx :
29-     runs-on : macOS-13  
27+     runs-on : macOS-15  
3028    steps :
3129      - name : Select latest available Xcode 
3230        uses : maxim-lobanov/setup-xcode@v1 
3331        with : 
3432          xcode-version : latest 
3533      - name : Checkout code 
36-         uses : actions/checkout@v3  
34+         uses : actions/checkout@v5  
3735      - name : Run tests 
3836        run : swift test 
Original file line number Diff line number Diff line change 11
2- FROM  swift:6.0  AS builder
2+ FROM  swift:6.1  AS builder
33
44#  Install OS updates and, if needed, sqlite3
55RUN  export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
@@ -52,7 +52,7 @@ RUN bin_path="$(swift build --package-path /build -c release --show-bin-path)" \
5252# # Production image
5353# 
5454
55- FROM  swift:6.0 
55+ FROM  swift:6.1 
5656
5757#  DEBIAN_FRONTEND=noninteractive for automatic UTC configuration in tzdata
5858#  Make sure all system packages are up to date.
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments