浏览代码

Use new Xcode as CI dest

onevcat 1 年之前
父节点
当前提交
4eead91dba
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/build.yaml

+ 2 - 2
.github/workflows/build.yaml

@@ -15,8 +15,8 @@ jobs:
           'watchOS Simulator,name=Apple Watch Series 8 (41mm)'
           'watchOS Simulator,name=Apple Watch Series 8 (41mm)'
         ]
         ]
         xcode: [
         xcode: [
-          '15.3',
-          '15.4'
+          '15.4',
+          '16.0',
         ]
         ]
     steps:
     steps:
       - uses: actions/checkout@v4
       - uses: actions/checkout@v4