Skip to content

Commit

Permalink
Update ubuntu22-gcc13.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed May 23, 2024
1 parent ac71982 commit d2954ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ubuntu22-gcc13.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Ubuntu 22.04 CI (GCC 13)
name: Ubuntu 24.04 CI (GCC 13)

on: [push, pull_request]

Expand All @@ -7,7 +7,7 @@ jobs:
if: >-
! contains(toJSON(github.event.commits.*.message), '[skip ci]') &&
! contains(toJSON(github.event.commits.*.message), '[skip github]')
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
Expand All @@ -20,4 +20,4 @@ jobs:
cd build &&
CXX=g++-13 cmake -DSIMDJSON_DEVELOPER_MODE=ON .. &&
cmake --build . &&
ctest --output-on-failure -LE explicitonly -j
ctest --output-on-failure -LE explicitonly -j

0 comments on commit d2954ef

Please sign in to comment.