Skip to content

Commit

Permalink
go back down to macos-13 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
StarWitch committed Oct 7, 2024
1 parent cec4885 commit 3a8548b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .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-14
runs-on: macos-13
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand All @@ -119,11 +119,8 @@ jobs:
- name: Install Tools
run: >
brew install
gcc
pkg-config
docutils
pygments
freetype2
libzip
opusfile
libvorbis
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-14
runs-on: macos-13
steps:
- name: Install Tools
run: >
Expand Down

0 comments on commit 3a8548b

Please sign in to comment.