Skip to content

Commit 2072ac5

Browse files
committed
Enable old xcode checks
1 parent 6ac82fe commit 2072ac5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/smoke-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565

6666
build-old-xcode:
6767
name: Build SDKs (Old Xcode)
68-
runs-on: macos-14
69-
if: false # Disabled for now ${{ github.event.inputs.record_snapshots != 'true' }}
68+
runs-on: macos-15
69+
if: ${{ github.event.inputs.record_snapshots != 'true' }}
7070
env:
7171
XCODE_VERSION: "16.1"
7272
steps:

0 commit comments

Comments
 (0)