Update ci.yml

This commit is contained in:
Peter Dimov
2023-06-03 10:15:40 +03:00
parent 9d071a3c40
commit 56bd7c23ae

View File

@ -139,6 +139,9 @@ jobs:
- toolset: clang
cxxstd: "03,11,14,17,20,2b"
os: macos-12
- toolset: clang
cxxstd: "03,11,14,17,20,2b"
os: macos-13
runs-on: ${{matrix.os}}
container: ${{matrix.container}}
@ -158,7 +161,9 @@ jobs:
- name: Install packages
if: matrix.install
run: sudo apt-get -y install ${{matrix.install}}
run: |
sudo apt-get update
sudo apt-get -y install ${{matrix.install}}
- name: Setup Boost
run: |