mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-09-14 22:52:47 +08:00
Upgrade sanitize and amalgamate workflow to the Ubuntu latest, it's better!
This commit is contained in:
parent
428c9bff9c
commit
c1b6fa94ad
@ -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
|
||||
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user