Răsfoiți Sursa

Update Ruby and Xcode versions

onevcat 1 an în urmă
părinte
comite
dcdf4c64d1
3 a modificat fișierele cu 3 adăugiri și 2 ștergeri
  1. 1 0
      .github/workflows/build.yaml
  2. 1 1
      .github/workflows/test.yaml
  3. 1 1
      .ruby-version

+ 1 - 0
.github/workflows/build.yaml

@@ -21,6 +21,7 @@ jobs:
         xcode: [
           '15.2',
           '15.3',
+          '16.0',
         ]
     steps:
       - uses: actions/checkout@v4

+ 1 - 1
.github/workflows/test.yaml

@@ -20,7 +20,7 @@ jobs:
         ]
         xcode: [
           '15.4',
-          '16.0',
+          '16.1',
         ]
     steps:
       - uses: actions/checkout@v4

+ 1 - 1
.ruby-version

@@ -1 +1 @@
-3.3.1
+3.3.6