diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 079be49..8eef593 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - os: [windows-2019, macos-11, ubuntu-20.04] + os: [windows-2019, macos-12, ubuntu-20.04] steps: - name: Checkout diff --git a/Cargo.toml b/Cargo.toml index 573568b..98e5bac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gupax" -version = "1.3.8" +version = "1.3.9" authors = ["hinto-janai "] description = "GUI for P2Pool+XMRig" documentation = "https://github.com/hinto-janai/gupax"