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"