diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a191324..d23da82 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,8 +17,8 @@ jobs: args: "--target aarch64-apple-darwin" - platform: "macos-latest" # for Intel based macs. args: "--target x86_64-apple-darwin" - # - platform: "ubuntu-22.04" - # args: "" + - platform: "ubuntu-22.04" + args: "" # - platform: "windows-latest" # args: ""