Upgrade sanitize and amalgamate workflow to the Ubuntu latest, it's better!

This commit is contained in:
HedgehogInTheCPP 2026-08-26 01:44:40 +03:00
parent 428c9bff9c
commit c1b6fa94ad
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
name: Amalgamate Ubuntu 24.04 CI
name: Amalgamate Ubuntu CI
on: [push, pull_request]
jobs:
ubuntu-build:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Compile with amalgamation

View File

@ -1,10 +1,10 @@
name: Ubuntu 22.04 CI Sanitized (GCC 11)
name: Ubuntu latest CI Sanitized
on: [push, pull_request]
jobs:
ubuntu-build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Use cmake