Skip to content

Commit 8c5c7c4

Browse files
committed
feat: upgrade CI to use ubuntu-latest
1 parent cbeed65 commit 8c5c7c4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ on: [push, pull_request]
1818

1919
jobs:
2020
linux:
21-
name: "Linux Ubuntu 20.04 (GNU 9.3.0)"
22-
runs-on: ubuntu-20.04
21+
name: "Ubuntu Latest (GNU 9.3.0)"
22+
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout
2525
id: checkout
@@ -43,7 +43,7 @@ jobs:
4343
rm -r build
4444
4545
windows:
46-
name: "Windows 10 (MSVC 19.29)"
46+
name: "Windows Latest (MSVC 19.29)"
4747
runs-on: windows-latest
4848
steps:
4949
- name: Checkout
@@ -67,7 +67,7 @@ jobs:
6767
ctest -j10 -C Release -T test --output-on-failure
6868
6969
macos:
70-
name: "macOS Catalina 10.15 (AppleClang 12.0)"
70+
name: "macOS Latest (AppleClang 12.0)"
7171
runs-on: macos-latest
7272
steps:
7373
- name: Checkout

.github/workflows/memcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ on: [push, pull_request]
1818

1919
jobs:
2020
linux:
21-
name: "Linux Ubuntu 20.04 (GNU 9.3.0)"
22-
runs-on: ubuntu-20.04
21+
name: "Ubuntu Latest (GNU 9.3.0)"
22+
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout
2525
id: checkout

0 commit comments

Comments
 (0)