diff --git a/.github/workflows/basket-api.yml b/.github/workflows/basket-api.yml index eddbd4558..3699eaffe 100644 --- a/.github/workflows/basket-api.yml +++ b/.github/workflows/basket-api.yml @@ -49,7 +49,7 @@ jobs: PLATFORM: win NODE_IMAGE: stefanscherer/node-windows:10 BuildLinux: - runs-on: ubuntu-16.04 + runs-on: ubuntu-latest if: ${{ github.event_name != 'pull_request' }} steps: - name: 'Checkout Github Action'