diff options
| author | tobtoht <tob@featherwallet.org> | 2025-03-30 15:39:49 +0000 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2025-03-30 15:39:49 +0000 |
| commit | 24b4e0209f6e668ca6dad12f76f0f9ec8bdfd8c7 (patch) | |
| tree | d5022306d5713c36dc081a14d10fdca4e426b34a | |
| parent | 35bc27a3a824c12d0c53deb916d7027f9607ddd0 (diff) | |
| parent | 4195735cd3db7638ad60e740f88e030ac0a2e896 (diff) | |
| download | monzero-gui-24b4e0209f6e668ca6dad12f76f0f9ec8bdfd8c7.tar.gz monzero-gui-24b4e0209f6e668ca6dad12f76f0f9ec8bdfd8c7.tar.xz monzero-gui-24b4e0209f6e668ca6dad12f76f0f9ec8bdfd8c7.zip | |
Merge pull request #4427
4195735c workflows: fix CI bundle build and name spelling (selsta)
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 68390f11..94965bfa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ env: jobs: build-macos: - runs-on: macOS-latest + runs-on: macos-latest steps: - uses: actions/checkout@v1 with: @@ -66,7 +66,7 @@ jobs: run: build/release/bin/monero-wallet-gui --test-qml macos-bundle: - runs-on: macOS-latest + runs-on: macos-13 steps: - uses: actions/checkout@v1 with: |
