Skip to content

Commit

Permalink
ci: attempt to fix macos12 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Akaricchi committed Mar 6, 2024
1 parent 0594a16 commit c7d9ecb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
macos-release-build-universal:
name: macOS (Universal)
if: ${{ (github.event.inputs.macos-x64-arm64 || 'true') == 'true' }}
runs-on: macos-11
runs-on: macos-12
steps:
- name: Install Tools
run: >
Expand All @@ -211,8 +211,9 @@ jobs:
pip3 install
meson==${{ env.MESON_VERSION }}
ninja
zstandard
python-gnupg
setuptools
zstandard
shell: bash

- name: Import GPG Key
Expand Down

0 comments on commit c7d9ecb

Please sign in to comment.