Skip to content

Commit 3ee7eb0

Browse files
committed
updating CI
1 parent 2d2b42b commit 3ee7eb0

File tree

4 files changed

+5
-26
lines changed

4 files changed

+5
-26
lines changed

.github/workflows/amalgamate-ubuntu20.yml renamed to .github/workflows/amalgamate-ubuntu24.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Amalgamate Ubuntu 20.04 CI (GCC 9)
1+
name: Amalgamate Ubuntu 24.04 CI
22

33
on: [push, pull_request]
44

.github/workflows/ubuntu20.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/ubuntu20-cxx20.yml renamed to .github/workflows/ubuntu24-cxx20.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Ubuntu 20.04 CI (C++20)
1+
name: Ubuntu 24.04 CI
22

33
on: [push, pull_request]
44

55
jobs:
66
ubuntu-build:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-24.04
88
strategy:
99
fail-fast: false
1010
steps:

.github/workflows/ubuntu20-fastmath.yml renamed to .github/workflows/ubuntu24-fastmath.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Ubuntu 20.04 CI (GCC 9, fast-math)
1+
name: Ubuntu 24.04 CI (fast-math)
22

33
on: [push, pull_request]
44

55
jobs:
66
ubuntu-build:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-24.04
88
steps:
99
- uses: actions/checkout@v4
1010
- name: Use cmake

0 commit comments

Comments
 (0)