diff options
author | Petr Štetiar <ynezz@true.cz> | 2023-05-26 16:33:08 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2023-05-26 19:42:36 +0200 |
commit | ed543d8bf481a5a3da6aafe35213dbcafb842c00 (patch) | |
tree | 79b82e6444e4ca03ea7116a846d4872f07d52cc5 /.github/workflows/macos.yml | |
parent | 86107a647cb0a7f37c04dd7ab0cd79f547fafaf7 (diff) |
ci: update the workflows
* use mediatek/mt7622 SDK to have arm64 build test coverage
* use latest Ubuntu container to stay current
* use v3 of checkout action to stay current
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r-- | .github/workflows/macos.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 81502d2..6632b48 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -8,7 +8,7 @@ jobs: runs-on: macos-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Setup run: | |