Projects STRLCPY got-your-back Commits 3e688573
🤬
  • ■ ■ ■ ■ ■ ■
    .github/workflows/build.yml
    skipped 349 lines
    350 350   rm -f "${gybpath}/lastcheck.txt"
    351 351   
    352 352   - name: Linux package GYB
    353  - if: matrix.os != 'windows-2022' && matrix.os != 'macos-11' && matrix.goal == 'build'
     353 + if: matrix.os != 'windows-2022' && matrix.os != 'macos-12' && matrix.goal == 'build'
    354 354   run: |
    355 355   this_glibc_ver=$(ldd --version | awk '/ldd/{print $NF}')
    356 356   GYB_ARCHIVE="gyb-${GYBVERSION}-linux-$(arch)-glibc${this_glibc_ver}.tar.xz"
    skipped 23 lines
    380 380   tar cfJ $GYB_ARCHIVE gyb/
    381 381   
    382 382   - name: MacOS package GYB
    383  - if: matrix.os == 'macos-11' && matrix.goal != 'test'
     383 + if: matrix.os == 'macos-12' && matrix.goal != 'test'
    384 384   run: |
    385 385   MACOSVERSION=$(defaults read loginwindow SystemVersionStampAsString)
    386 386   GYB_ARCHIVE="gyb-${GYBVERSION}-macos-x86_64-MacOS${MACOSVERSION}.tar.xz"
    skipped 92 lines
Please wait...
Page is in error, reload to recover