From 7d5b045a9ac1e5d6d0c1fb73cf70227b0db6b929 Mon Sep 17 00:00:00 2001 From: bocchino Date: Fri, 6 Jan 2023 09:14:38 -0800 Subject: [PATCH] Revise github workflow Update GitHub runner images to point to the oldest images that are currently available --- .github/workflows/build-native.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-native.yml b/.github/workflows/build-native.yml index 5e6794c0e..ec2538250 100644 --- a/.github/workflows/build-native.yml +++ b/.github/workflows/build-native.yml @@ -6,7 +6,7 @@ jobs: Build-Native-Images: strategy: matrix: - os: ["ubuntu-18.04", "macos-10.15"] + os: ["ubuntu-20.04", "macos-11"] runs-on: ${{ matrix.os }} steps: - name: "Checkout FPP Repository"