From e21fafb1e4c1c45f7e58cc116d41921ec9310260 Mon Sep 17 00:00:00 2001 From: Elliot Date: Fri, 29 Sep 2023 15:02:22 +0300 Subject: [PATCH] Ubuntu update --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5ceecbd..9aad8f6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ name: Create Release jobs: amd64_build: name: Setup and Build for amd64 - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest container: robiot/xclicker steps: - name: Checkout code @@ -31,7 +31,7 @@ jobs: build: name: Build for ARM and Create Release - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest needs: amd64_build steps: - name: Checkout code