Skip to content

Commit

Permalink
another tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Nov 18, 2024
1 parent f8ffe45 commit 57eea36
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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:
Expand All @@ -22,11 +22,12 @@ concurrency:

jobs:
ubuntu-build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
include:
shared: [ON, OFF]
cxx: [g++-12, clang++]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Ninja
Expand Down

0 comments on commit 57eea36

Please sign in to comment.