diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3088da8..be41a41 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,19 +13,19 @@ jobs: matrix: config: # GCC/G++ - - os: ubuntu-16.04 + - os: ubuntu-18.04 CC: gcc version: "4.8" type: Debug - - os: ubuntu-16.04 + - os: ubuntu-18.04 CC: gcc version: "4.8" type: Release - - os: ubuntu-16.04 + - os: ubuntu-18.04 CC: gcc version: "5" type: Debug - - os: ubuntu-16.04 + - os: ubuntu-18.04 CC: gcc version: "5" type: Release