diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff4241f..6512a3d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,33 +15,33 @@ env: jobs: # macOS native intel build - macos: - runs-on: macos-10.15 - steps: - - uses: actions/checkout@v2 - with: - submodules: recursive - - name: Set up cache - uses: actions/cache@v2 - with: - path: | - ~/PawPawBuilds - key: macos-v${{ env.CACHE_VERSION }} - - name: Set up dependencies - run: | - brew install cmake jq meson - - name: Bootstrap macOS intel - shell: bash - run: | - ./PawPaw/bootstrap-carla.sh macos && ./PawPaw/.cleanup.sh macos - - name: Build macOS intel - shell: bash - run: | - ./build.sh macos - - uses: actions/upload-artifact@v2 - with: - name: macOS intel package - path: Carla/*.dmg + #macos: + #runs-on: macos-10.15 + #steps: + #- uses: actions/checkout@v2 + #with: + #submodules: recursive + #- name: Set up cache + #uses: actions/cache@v2 + #with: + #path: | + #~/PawPawBuilds + #key: macos-v${{ env.CACHE_VERSION }} + #- name: Set up dependencies + #run: | + #brew install cmake jq meson + #- name: Bootstrap macOS intel + #shell: bash + #run: | + #./PawPaw/bootstrap-carla.sh macos && ./PawPaw/.cleanup.sh macos + #- name: Build macOS intel + #shell: bash + #run: | + #./build.sh macos + #- uses: actions/upload-artifact@v2 + #with: + #name: macOS intel package + #path: Carla/*.dmg # macOS native universal build macos_universal: diff --git a/Carla b/Carla index 613e695..c6ca5ca 160000 --- a/Carla +++ b/Carla @@ -1 +1 @@ -Subproject commit 613e6950581ad0cb3c037fac7f0db89633e099e6 +Subproject commit c6ca5ca23da7a38b749bf08979eada555bc04e45 diff --git a/PawPaw b/PawPaw index abbe325..b41a693 160000 --- a/PawPaw +++ b/PawPaw @@ -1 +1 @@ -Subproject commit abbe325168018124bdc9288908fb77ec84f99af5 +Subproject commit b41a693b64cdba1abd8d278c9985fb690b522854