Skip to content

Commit

Permalink
feat: upgrade CI to use ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Apr 18, 2024
1 parent cbeed65 commit 8c5c7c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ on: [push, pull_request]

jobs:
linux:
name: "Linux Ubuntu 20.04 (GNU 9.3.0)"
runs-on: ubuntu-20.04
name: "Ubuntu Latest (GNU 9.3.0)"
runs-on: ubuntu-latest
steps:
- name: Checkout
id: checkout
Expand All @@ -43,7 +43,7 @@ jobs:
rm -r build
windows:
name: "Windows 10 (MSVC 19.29)"
name: "Windows Latest (MSVC 19.29)"
runs-on: windows-latest
steps:
- name: Checkout
Expand All @@ -67,7 +67,7 @@ jobs:
ctest -j10 -C Release -T test --output-on-failure
macos:
name: "macOS Catalina 10.15 (AppleClang 12.0)"
name: "macOS Latest (AppleClang 12.0)"
runs-on: macos-latest
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/memcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ on: [push, pull_request]

jobs:
linux:
name: "Linux Ubuntu 20.04 (GNU 9.3.0)"
runs-on: ubuntu-20.04
name: "Ubuntu Latest (GNU 9.3.0)"
runs-on: ubuntu-latest
steps:
- name: Checkout
id: checkout
Expand Down

0 comments on commit 8c5c7c4

Please sign in to comment.