Live video on the AT Protocol

ci: update ios build stuff

authored by

Eli Mallon and committed by
Natalie B.
95d34032 8d4773cb

+3 -3
+2 -2
.github/workflows/build.yaml
··· 105 105 cmd: make && make test && make check 106 106 xcode-version: "16.4" 107 107 - name: ios 108 - runs-on: macos-15 108 + runs-on: macos-26 109 109 cmd: make ios 110 - xcode-version: "16.4" 110 + xcode-version: "26.3" 111 111 - name: darwin-amd64 112 112 runs-on: macos-15-intel 113 113 cmd: make
+1 -1
.gitlab-ci.yml
··· 281 281 .build-on-mac: 282 282 stage: build 283 283 interruptible: true 284 - image: macos-sonoma-xcode-big 284 + image: ghcr.io/cirruslabs/macos-tahoe-xcode:26.3 285 285 tags: 286 286 - tart-installed 287 287 variables: