Browse Source

fix: Downgrade publish ci to ubuntu 22.04 (#3663)

Marc Espin 5 tháng trước cách đây
mục cha
commit
861e6c1984
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/publish.yml

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

@@ -58,7 +58,7 @@ jobs:
           - target: aarch64-apple-darwin
             os: macos-latest
           - target: x86_64-unknown-linux-gnu
-            os: ubuntu-latest
+            os: ubuntu-22.04
           # - target: aarch64-unknown-linux-gnu
           #   os: ubuntu-latest
     steps: