Skip to content

Commit

Permalink
go back down to macos-12 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
StarWitch committed Oct 7, 2024
1 parent 08cf3aa commit 99396d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
macos-test-build:
name: macOS (x64)
if: "!contains(github.event.head_commit.message, '[skip ci]')"
runs-on: macos-13
runs-on: macos-12
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .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-13
runs-on: macos-12
steps:
- name: Install Tools
run: >
Expand Down

0 comments on commit 99396d9

Please sign in to comment.