Browse Source

downgrade ubuntu in order to fix CI

Signed-off-by: Simon L <szaimen@e.mail.de>
Simon L 1 year ago
parent
commit
7964b860cd
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/oci.yml
  2. 1 1
      .github/workflows/s3-primary.yml

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

@@ -11,7 +11,7 @@ concurrency:
 
 jobs:
   phpunit-oci:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-20.04
 
     strategy:
       matrix:

+ 1 - 1
.github/workflows/s3-primary.yml

@@ -8,7 +8,7 @@ on:
 
 jobs:
   s3-primary-tests-minio:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-20.04
 
     strategy:
       # do not stop on another job's failure