Skip to content

Commit

Permalink
do not build conan package for macos-10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Oct 24, 2022
1 parent a038b3f commit 81fdc0d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,8 @@ jobs:
- name: prepare pacman package
run: myci-apply-version.sh --version $(myci-deb-version.sh debian/changelog) msys2/PKGBUILD.in
- name: build
# to make makepkg-mingw build only one architecture we need to set the MINGW_INSTALLS
env: {MINGW_INSTALLS: '${{ matrix.repo }}'}
# to make makepkg-mingw build only one architecture we need to set the MINGW_ARCH
env: {MINGW_ARCH: '${{ matrix.repo }}'}
run: |
cd msys2
PKGEXT='.pkg.tar.xz' makepkg-mingw --syncdeps --noconfirm --skipinteg
Expand Down Expand Up @@ -390,8 +390,9 @@ jobs:
fail-fast: false
matrix:
os:
- macos-10.15
# - macos-10.15
- macos-11
# - macos-12
name: conan - ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 81fdc0d

Please sign in to comment.