Skip to content

Commit

Permalink
Revise github workflow
Browse files Browse the repository at this point in the history
Update GitHub runner images to point to the oldest images that
are currently available
  • Loading branch information
bocchino committed Jan 6, 2023
1 parent 9976f75 commit 7d5b045
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-18.04", "macos-10.15"]
os: ["ubuntu-20.04", "macos-11"]
runs-on: ${{ matrix.os }}
steps:
- name: "Checkout FPP Repository"
Expand Down

0 comments on commit 7d5b045

Please sign in to comment.