diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3227ff98..9ad88256 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -9,13 +9,15 @@ on: workflow_dispatch: # A workflow run is made up of one or more jobs that can run sequentially or in parallel +# See the following, which includes links to supported macOS versions, including supported Xcode versions +# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources jobs: build: strategy: matrix: - xcode: [ "13.1" ] + xcode: [ "13.2.1" ] platform: [ "macos", "maccat", "ios", "tvos" ] - os: [ "macos-11" ] + os: [ "macos-latest" ] upload_artifacts: [ true ] # additional specific configurations include: @@ -32,11 +34,9 @@ jobs: name: 'MoltenVK (Xcode ${{ matrix.xcode }} - ${{ matrix.platform }})' - # See: https://docs.github.com/en/free-pro-team@latest/actions/reference/specifications-for-github-hosted-runners#supported-runners-and-hardware-resources runs-on: ${{ matrix.os }} env: - # See: https://github.com/actions/virtual-environments/tree/main/images/macos XCODE_DEV_PATH: "/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer" steps: diff --git a/Demos/Cube/Cube.xcodeproj/project.pbxproj b/Demos/Cube/Cube.xcodeproj/project.pbxproj index 7e7427cb..87992cc0 100644 --- a/Demos/Cube/Cube.xcodeproj/project.pbxproj +++ b/Demos/Cube/Cube.xcodeproj/project.pbxproj @@ -246,7 +246,7 @@ 29B97313FDCFA39411CA2CEA /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 1320; + LastUpgradeCheck = 1330; }; buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Cube" */; compatibilityVersion = "Xcode 8.0"; diff --git a/Demos/Cube/Cube.xcodeproj/xcshareddata/xcschemes/Cube-iOS.xcscheme b/Demos/Cube/Cube.xcodeproj/xcshareddata/xcschemes/Cube-iOS.xcscheme index 02dfe8d4..801e1a88 100644 --- a/Demos/Cube/Cube.xcodeproj/xcshareddata/xcschemes/Cube-iOS.xcscheme +++ b/Demos/Cube/Cube.xcodeproj/xcshareddata/xcschemes/Cube-iOS.xcscheme @@ -1,6 +1,6 @@