Skip to content

Commit

Permalink
updates to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuomkar committed May 5, 2024
1 parent 9122acb commit d1f1920
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ on:

jobs:
build-mac:
name: "Macos 11.7 Xcode (Clang)"
runs-on: macos-11
name: "Macos 13.6.6 Xcode (Clang)"
runs-on: macos-13
strategy:
matrix:
xcode: [11.7, 12.4, 13.2.1]
xcode: [14.1, 15.2]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up CMake
uses: jwlawson/actions-setup-cmake@v1.13
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.14.0'
- name: Set up Xcode
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ on:

jobs:
build-ubuntu:
name: "Ubuntu 20.04 GCC"
runs-on: ubuntu-20.04
name: "Ubuntu 22.04 GCC"
runs-on: ubuntu-22.04
strategy:
matrix:
gcc: [9, 10, 11]
gcc: [11, 12, 13]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up CMake
uses: jwlawson/actions-setup-cmake@v1.13
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.14.0'
- name: Set up GCC
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up CMake
uses: jwlawson/actions-setup-cmake@v1.13
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: ${{ matrix.config.cmake }}
- name: Cpplint
Expand Down

0 comments on commit d1f1920

Please sign in to comment.