Changeset - r26009:087fdb483882
[Not reviewed]
master
0 1 0
Loïc Guilloux - 3 years ago 2021-10-03 19:14:59
glx22@users.noreply.github.com
Change: [Actions] Use macOS-11 image for releases (#9605)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
.github/workflows/release.yml
Show inline comments
 
@@ -470,13 +470,13 @@ jobs:
 
        retention-days: 5
 

	
 
  macos:
 
    name: MacOS
 
    needs: source
 

	
 
    runs-on: macos-10.15
 
    runs-on: macos-11
 
    env:
 
      MACOSX_DEPLOYMENT_TARGET: 10.14
 

	
 
    steps:
 
    - name: Download source
 
      uses: actions/download-artifact@v2
0 comments (0 inline, 0 general)