Skip to content

Commit

Permalink
Update CI to newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
bernedom committed Apr 20, 2024
1 parent 9c373f5 commit fae7695
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"cheshirekow.cmake-format",
"eamodio.gitlens",
"xaver.clang-format",
"github.vscode-github-actions"
],
"remoteEnv": {
"DISPLAY": ":0"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
[ubuntu-gcc-10, ubuntu-clang-12, macos-appleclang-12, windows-msvc-19, windows-clang]
include:
- name: ubuntu-gcc-10
os: ubuntu-20.04
os: ubuntu-22.0
compiler: g++-10
configurePreset: ci-ninja-debug

- name: ubuntu-clang-12
os: ubuntu-20.04
os: ubuntu-22.0
compiler: clang++-12
configurePreset: ci-ninja-debug

Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: install-python-deps
run: |
python3 -m pip install --upgrade pip
pip3 install pytest pytest-depends conan==1.44 cpplint
pip3 install pytest pytest-depends conan cpplint
- name: set-compiler-env
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
linux-coverage:
name: linux-coverage
runs-on: ubuntu-20.04
runs-on: ubuntu-22.0
steps:
- uses: actions/checkout@v1

Expand All @@ -21,7 +21,7 @@ jobs:
- name: install-python-deps
run: |
python3 -m pip install --upgrade pip
pip3 install conan==1.44
pip3 install conan
- name: dependencies (debian-like)
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/cross-compiling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
ios:
name: ios
runs-on: macos-10.15
runs-on: macos-14
steps:
- uses: actions/checkout@v1

Expand All @@ -27,7 +27,7 @@ jobs:

android:
name: android
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: nttld/setup-ndk@v1
id: setup-ndk
Expand All @@ -52,7 +52,7 @@ jobs:
working-directory: ./chapter12/android-example/
arm:
name: arm-crosscompiling
runs-on: ubuntu-20.04
runs-on: ubuntu-22.0
steps:
- uses: actions/checkout@v1

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
linux-sanitizers:
name: linux-sanitizers
runs-on: ubuntu-20.04
runs-on: ubuntu-22.0
steps:
- uses: actions/checkout@v1

Expand All @@ -26,7 +26,7 @@ jobs:
- name: install-python-deps
run: |
python3 -m pip install --upgrade pip
pip3 install conan==1.44
pip3 install
- name: cmake-configure
run: |
Expand Down

0 comments on commit fae7695

Please sign in to comment.