Skip to content

Commit 2c023c8

Browse files
committed
ci: use Xcode 16
1 parent 6683387 commit 2c023c8

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

.github/workflows/auth.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- uses: actions/checkout@v3
3333
with:
3434
fetch-depth: 0
35-
- name: Select Xcode 15.4
36-
run: sudo xcode-select -s /Applications/Xcode_15.4.app
35+
- name: Select Xcode 16
36+
run: sudo xcode-select -s /Applications/Xcode_16.app
3737
- name: Run tests
3838
run: CONFIG="${{ matrix.config }}" make test-auth
3939

.github/workflows/functions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- uses: actions/checkout@v3
3333
with:
3434
fetch-depth: 0
35-
- name: Select Xcode 15.4
36-
run: sudo xcode-select -s /Applications/Xcode_15.4.app
35+
- name: Select Xcode 16
36+
run: sudo xcode-select -s /Applications/Xcode_16.app
3737
- name: Run tests
3838
run: CONFIG="${{ matrix.config }}" make test-functions
3939
test-linux:

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- uses: actions/checkout@v3
2020
with:
2121
fetch-depth: 0
22-
- name: Select Xcode 15.4
23-
run: sudo xcode-select -s /Applications/Xcode_15.4.app
22+
- name: Select Xcode 16
23+
run: sudo xcode-select -s /Applications/Xcode_16.app
2424
- name: Run tests
2525
run: make test-integration
2626
env:

.github/workflows/postgrest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- uses: actions/checkout@v3
3333
with:
3434
fetch-depth: 0
35-
- name: Select Xcode 15.4
36-
run: sudo xcode-select -s /Applications/Xcode_15.4.app
35+
- name: Select Xcode 16
36+
run: sudo xcode-select -s /Applications/Xcode_16.app
3737
- name: Run tests
3838
run: CONFIG="${{ matrix.config }}" make test-postgrest
3939
test-linux:

.github/workflows/realtime.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- uses: actions/checkout@v3
3333
with:
3434
fetch-depth: 0
35-
- name: Select Xcode 15.4
36-
run: sudo xcode-select -s /Applications/Xcode_15.4.app
35+
- name: Select Xcode 16
36+
run: sudo xcode-select -s /Applications/Xcode_16.app
3737
- name: Run tests
3838
run: CONFIG="${{ matrix.config }}" make test-realtime
3939
test-linux:

.github/workflows/storage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- uses: actions/checkout@v3
3333
with:
3434
fetch-depth: 0
35-
- name: Select Xcode 15.4
36-
run: sudo xcode-select -s /Applications/Xcode_15.4.app
35+
- name: Select Xcode 16
36+
run: sudo xcode-select -s /Applications/Xcode_16.app
3737
- name: Run tests
3838
run: CONFIG="${{ matrix.config }}" make test-storage
3939
test-linux:

.github/workflows/supabase.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- uses: actions/checkout@v3
3333
with:
3434
fetch-depth: 0
35-
- name: Select Xcode 15.4
36-
run: sudo xcode-select -s /Applications/Xcode_15.4.app
35+
- name: Select Xcode 16
36+
run: sudo xcode-select -s /Applications/Xcode_16.app
3737
- name: Run tests
3838
run: CONFIG="${{ matrix.config }}" make test-library
3939
test-linux:

0 commit comments

Comments
 (0)