Explorar el Código

Update the Swift 5.2 and new configurations

Victor Sigler hace 6 años
padre
commit
74547b70a3
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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