Skip to content

Commit

Permalink
Put Ubuntu build version back to 18.04
Browse files Browse the repository at this point in the history
For compatibility.
  • Loading branch information
bocchino committed Jan 25, 2023
1 parent aefbc30 commit 3996560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3996560

Please sign in to comment.