about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-02-21 21:11:44 +0100
committerGitHub <noreply@github.com>2023-02-21 21:11:44 +0100
commitce61d27d8d4cc9c4af8467ac1c202c38c2444e56 (patch)
tree2db11225c98f14e3df4522f63b7d8478da881fbe
parent5c1dbc01045f852a776054099d210a744a6c00d8 (diff)
downloadbox64-ce61d27d8d4cc9c4af8467ac1c202c38c2444e56.tar.gz
box64-ce61d27d8d4cc9c4af8467ac1c202c38c2444e56.zip
Use Ubuntu 20.04 for Tegra build
The 18.04 is deprecated by GitHub and will be removed soon.
-rw-r--r--.github/workflows/release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 5dfb11fa..7fe95843 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -33,10 +33,10 @@ jobs:
         include:
           - platform: TEGRAX1
             type: Release
-            os: ubuntu-18.04
+            os: ubuntu-20.04
           - platform: TEGRAX1
             type: Trace
-            os: ubuntu-18.04
+            os: ubuntu-20.04
 
     runs-on: ${{ matrix.os }}
     steps: