ソースを参照

Update deb build container to ubuntu:20.04

Maximilian Luz 5 年 前
コミット
6a38c75da8
2 ファイル変更2 行追加2 行削除
  1. 1 1
      .github/workflows/debian.yml
  2. 1 1
      .github/workflows/debian_lts.yml

+ 1 - 1
.github/workflows/debian.yml

@@ -17,7 +17,7 @@ jobs:
   build:
     name: Build Kernel
     runs-on: ubuntu-latest
-    container: debian:sid
+    container: ubuntu:20.04
     steps:
     - name: Checkout code
       uses: actions/checkout@v2

+ 1 - 1
.github/workflows/debian_lts.yml

@@ -17,7 +17,7 @@ jobs:
   build:
     name: Build Kernel
     runs-on: ubuntu-latest
-    container: debian:sid
+    container: ubuntu:20.04
     steps:
     - name: Checkout code
       uses: actions/checkout@v2