diff options
| author | selsta <selsta@sent.at> | 2025-03-29 15:31:48 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2025-03-29 15:31:48 +0100 |
| commit | 4195735cd3db7638ad60e740f88e030ac0a2e896 (patch) | |
| tree | b3a5db8b3941560ff07f0b8ccf288aa814fc7f85 /.github | |
| parent | 47f0047c9f7ec991abfabc89d4f1435a28bbedfc (diff) | |
| download | monzero-gui-4195735cd3db7638ad60e740f88e030ac0a2e896.tar.gz monzero-gui-4195735cd3db7638ad60e740f88e030ac0a2e896.tar.xz monzero-gui-4195735cd3db7638ad60e740f88e030ac0a2e896.zip | |
workflows: fix CI bundle build and name spelling
Diffstat (limited to '.github')
| -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: |
