Skip to content
Prev Previous commit
Next Next commit
adding installation with clang
  • Loading branch information
lemire committed Nov 18, 2024
commit b3fa9aa0f3b7587261ae82ef7078a3a26e55c7b2
7 changes: 5 additions & 2 deletions .github/workflows/ubuntu_install.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Ubuntu 22.04 (Installation)
name: Ubuntu 24.04 (Installation)
on:
pull_request:
types:
Expand All @@ -22,7 +22,10 @@ concurrency:
cancel-in-progress: true
jobs:
ubuntu-build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
cxx: [g++-12, clang++]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Ninja
Expand Down