Skip to content

Commit c1b6fa9

Browse files
committed
Upgrade sanitize and amalgamate workflow to the Ubuntu latest, it's better!
1 parent 428c9bf commit c1b6fa9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Amalgamate Ubuntu 24.04 CI
1+
name: Amalgamate Ubuntu CI
22

33
on: [push, pull_request]
44

55
jobs:
66
ubuntu-build:
7-
runs-on: ubuntu-24.04
7+
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v7
1010
- name: Compile with amalgamation
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Ubuntu 22.04 CI Sanitized (GCC 11)
1+
name: Ubuntu latest CI Sanitized
22

33
on: [push, pull_request]
44

55
jobs:
66
ubuntu-build:
7-
runs-on: ubuntu-22.04
7+
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v7
1010
- name: Use cmake

0 commit comments

Comments
 (0)