Kaynağa Gözat

Switch C++ compatibility workflow to Ubuntu 22.04

Ubuntu latest (24.04) shows memory corruption in binary parser
that doesn't reproduce locally. Try older Ubuntu version.
Mario Zechner 1 hafta önce
ebeveyn
işleme
75420e196a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      .github/workflows/spine-cpp-compatibility.yml

+ 1 - 1
.github/workflows/spine-cpp-compatibility.yml

@@ -9,7 +9,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        os: [ubuntu-latest, macos-latest]
+        os: [ubuntu-22.04, macos-latest]
     runs-on: ${{ matrix.os }}
     steps:
     - uses: actions/checkout@v4