瀏覽代碼

Update the Swift 5.2 and new configurations

Victor Sigler 6 年之前
父節點
當前提交
74547b70a3
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      .github/workflows/linux-tests.yml

+ 3 - 1
.github/workflows/linux-tests.yml

@@ -7,7 +7,9 @@ on:
 jobs:
   Test-Linux-Platform:
     runs-on: ubuntu-latest
-    container: swift:5.1
+    container:
+      image: swift:5.2
+      options: --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --security-opt apparmor=unconfined
     steps:
       - uses: actions/checkout@v2
       - name: Run Unit Tests