Update ci.yml

This commit is contained in:
Peter Dimov
2023-06-03 10:17:00 +03:00
parent a8ae69798d
commit 4d3b477d71

View File

@ -136,6 +136,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}}
@ -155,7 +158,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: |