Skip to content

Commit

Permalink
Use newer mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Powersource committed Aug 13, 2024
1 parent ec1a966 commit 414075b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release-force.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2022-2023 The Manyverse Authors
# SPDX-FileCopyrightText: 2022-2024 The Manyverse Authors
#
# SPDX-License-Identifier: Unlicense

Expand Down Expand Up @@ -34,8 +34,7 @@ jobs:

build-macos:
name: Build Manyverse macOS
runs-on: macos-11
needs: build-linux
runs-on: macos-12

steps:
- name: Checkout the repo
Expand Down Expand Up @@ -64,7 +63,6 @@ jobs:
build-win:
name: Build Manyverse Windows
runs-on: windows-2022
needs: build-macos

steps:
- name: Checkout the repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

build-macos:
name: Build Manyverse macOS
runs-on: macos-11
runs-on: macos-12
if: ${{ startsWith(github.event.head_commit.message, 'release:') }}

steps:
Expand Down

0 comments on commit 414075b

Please sign in to comment.