Skip to content

Commit b321bcc

Browse files
committed
Update CI image
1 parent d925427 commit b321bcc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040

4141
linux-cmake:
4242
name: Build (Linux, GCC, CMake)
43-
runs-on: ubuntu-16.04
43+
runs-on: ubuntu-18.04
4444
steps:
4545
- name: Checkout
46-
uses: actions/checkout@v2.3.4
46+
uses: actions/checkout@v2
4747
with:
4848
submodules: recursive
4949

@@ -70,10 +70,10 @@ jobs:
7070
7171
linux-cmake-ninja:
7272
name: Build (Linux, GCC, CMake Ninja)
73-
runs-on: ubuntu-16.04
73+
runs-on: ubuntu-18.04
7474
steps:
7575
- name: Checkout
76-
uses: actions/checkout@v2.3.4
76+
uses: actions/checkout@v2
7777
with:
7878
submodules: recursive
7979

0 commit comments

Comments
 (0)