Browse Source

Fix up xcode in the build jobs

Matt Coburn 2 years ago
parent
commit
1cc8c35167
1 changed files with 2 additions and 2 deletions
  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