From 93b826dca58c19ad231c4a9542c47cc1266ebb2c Mon Sep 17 00:00:00 2001 From: David Hadka Date: Fri, 19 Nov 2021 12:48:23 -0600 Subject: [PATCH] Remove ubuntu-16.04 --- .github/workflows/workflow.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index a5dd3b7..2b8b47a 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -19,7 +19,7 @@ jobs: build: strategy: matrix: - os: [ubuntu-latest, ubuntu-16.04, windows-latest, macOS-latest] + os: [ubuntu-latest, windows-latest, macOS-latest] fail-fast: false runs-on: ${{ matrix.os }} steps: @@ -52,7 +52,7 @@ jobs: test-save: strategy: matrix: - os: [ubuntu-latest, ubuntu-16.04, windows-latest, macOS-latest] + os: [ubuntu-latest, windows-latest, macOS-latest] fail-fast: false runs-on: ${{ matrix.os }} steps: @@ -75,7 +75,7 @@ jobs: needs: test-save strategy: matrix: - os: [ubuntu-latest, ubuntu-16.04, windows-latest, macOS-latest] + os: [ubuntu-latest, windows-latest, macOS-latest] fail-fast: false runs-on: ${{ matrix.os }} steps: