ソースを参照

Update xcode versions

onevcat 1 年間 前
コミット
44d337b977
1 ファイル変更2 行追加2 行削除
  1. 2 2
      .github/workflows/build.yaml

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

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