Merge pull request #3893 from balena-io/aethernet-fix-ubuntu

Patch: run linux build on ubuntu-18.04
This commit is contained in:
Edwin Joassart 2022-12-02 13:39:56 +01:00 committed by GitHub
commit ccca009972
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,5 +20,5 @@ jobs:
(github.event.pull_request.head.repo.full_name != github.repository && github.event_name == 'pull_request_target')
secrets: inherit
with:
tests_run_on: '["ubuntu-latest","macos-latest","windows-2019"]'
tests_run_on: '["ubuntu-18.04","macos-latest","windows-2019"]'
restrict_custom_actions: false