From 399656084fc6a7c638c62fea1237bd987ef83485 Mon Sep 17 00:00:00 2001 From: bocchino Date: Tue, 24 Jan 2023 17:48:57 -0800 Subject: [PATCH] Put Ubuntu build version back to 18.04 For compatibility. --- .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 ec2538250..a2aea5ef3 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-20.04", "macos-11"] + os: ["ubuntu-18.04", "macos-11"] runs-on: ${{ matrix.os }} steps: - name: "Checkout FPP Repository"