Skip to content

Commit 0311ba7

Browse files
chore: bump xcode (#248)
1 parent 1ce5161 commit 0311ba7

20 files changed

Lines changed: 94 additions & 95 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ concurrency:
2222
jobs:
2323
test:
2424
name: test
25-
runs-on: ${{ github.repository_owner == 'coder' && 'depot-macos-latest' || 'macos-latest'}}
25+
runs-on: ${{ github.repository_owner == 'coder' && 'depot-macos-26' || 'macos-26'}}
2626
steps:
2727
- name: Checkout
2828
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -34,7 +34,7 @@ jobs:
3434
- name: Switch XCode Version
3535
uses: maxim-lobanov/setup-xcode@ed7a3b1fda3918c0306d1b724322adc0b8cc0a90 # v1.7.0
3636
with:
37-
xcode-version: "16.4.0"
37+
xcode-version: "26.5.0"
3838

3939
- name: Setup Nix
4040
uses: ./.github/actions/nix-devshell
@@ -43,7 +43,7 @@ jobs:
4343

4444
format:
4545
name: fmt
46-
runs-on: ${{ github.repository_owner == 'coder' && 'depot-macos-latest' || 'macos-latest'}}
46+
runs-on: ${{ github.repository_owner == 'coder' && 'depot-macos-26' || 'macos-26'}}
4747
steps:
4848
- name: Checkout
4949
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -55,7 +55,7 @@ jobs:
5555
- name: Switch XCode Version
5656
uses: maxim-lobanov/setup-xcode@ed7a3b1fda3918c0306d1b724322adc0b8cc0a90 # v1.7.0
5757
with:
58-
xcode-version: "16.4.0"
58+
xcode-version: "26.5.0"
5959

6060
- name: Setup Nix
6161
uses: ./.github/actions/nix-devshell
@@ -64,7 +64,7 @@ jobs:
6464

6565
lint:
6666
name: lint
67-
runs-on: ${{ github.repository_owner == 'coder' && 'depot-macos-latest' || 'macos-latest'}}
67+
runs-on: ${{ github.repository_owner == 'coder' && 'depot-macos-26' || 'macos-26'}}
6868
steps:
6969
- name: Checkout
7070
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ concurrency:
2525
jobs:
2626
build:
2727
name: Build Coder Desktop
28-
runs-on: ${{ github.repository_owner == 'coder' && 'depot-macos-latest' || 'macos-latest'}}
28+
runs-on: ${{ github.repository_owner == 'coder' && 'depot-macos-26' || 'macos-26'}}
2929
if: ${{ github.repository_owner == 'coder' }}
3030
permissions:
3131
# To upload assets to the release
@@ -43,7 +43,7 @@ jobs:
4343
- name: Switch XCode Version
4444
uses: maxim-lobanov/setup-xcode@ed7a3b1fda3918c0306d1b724322adc0b8cc0a90 # v1.7.0
4545
with:
46-
xcode-version: "16.4.0"
46+
xcode-version: "26.5.0"
4747

4848
- name: Setup Nix
4949
uses: ./.github/actions/nix-devshell
@@ -107,7 +107,7 @@ jobs:
107107

108108
update-cask:
109109
name: Update homebrew-coder cask
110-
runs-on: ${{ github.repository_owner == 'coder' && 'depot-macos-latest' || 'macos-latest'}}
110+
runs-on: ${{ github.repository_owner == 'coder' && 'depot-macos-26' || 'macos-26'}}
111111
if: ${{ github.repository_owner == 'coder' && github.event_name == 'release' }}
112112
needs: build
113113
steps:
Lines changed: 19 additions & 0 deletions
Loading
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"fill" : {
3+
"solid" : "display-p3:0.00000,0.00000,0.00000,1.00000"
4+
},
5+
"groups" : [
6+
{
7+
"layers" : [
8+
{
9+
"glass" : true,
10+
"image-name" : "04_Coder_Shorthand_Logo_RGB_White.svg",
11+
"name" : "04_Coder_Shorthand_Logo_RGB_White",
12+
"position" : {
13+
"scale" : 1.5,
14+
"translation-in-points" : [
15+
0,
16+
0
17+
]
18+
}
19+
}
20+
],
21+
"shadow" : {
22+
"kind" : "neutral",
23+
"opacity" : 0.5
24+
},
25+
"translucency" : {
26+
"enabled" : true,
27+
"value" : 0.5
28+
}
29+
}
30+
],
31+
"supported-platforms" : {
32+
"squares" : [
33+
"macOS"
34+
]
35+
}
36+
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
-440 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)