Ver Fonte

Fix up xcode in the build jobs

Matt Coburn há 2 anos atrás
pai
commit
1cc8c35167
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      .github/workflows/Build-Master.yaml

+ 2 - 2
.github/workflows/Build-Master.yaml

@@ -97,7 +97,7 @@ jobs:
         - name: Setup XCode
           uses: maxim-lobanov/setup-xcode@v1
           with:
-            xcode-version: 11.6
+            xcode-version: latest-stable
         
         - name: Grab the latest copy of the repository.
           uses: actions/checkout@v2
@@ -174,7 +174,7 @@ jobs:
         - name: Setup XCode
           uses: maxim-lobanov/setup-xcode@v1
           with:
-            xcode-version: 11.6
+            xcode-version: latest-stable
 
         - name: Grab the latest copy of the repository.
           uses: actions/checkout@v2