From 241acd22c24d764daac5581ad8c8faec3fa0abaf Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Tue, 2 May 2023 23:43:47 +0200 Subject: [PATCH] update worklow --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7946103..518c7fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ on: pull_request: jobs: - main: + latest: runs-on: ${{ matrix.os }} strategy: fail-fast: false @@ -28,8 +28,6 @@ jobs: - name: Set up Docker uses: ./ - with: - version: v23.0.0 channel: runs-on: ${{ matrix.os }} @@ -68,7 +66,7 @@ jobs: name: Set up Docker uses: ./ with: - version: v23.0.0 + version: v23.0.3 context: foo - name: Check context