Skip to content

Commit

Permalink
CI: use macos-13
Browse files Browse the repository at this point in the history
* Release build targets older macos.
* Test build currently fails to find headers sdl2-config --cflags on -latest
  • Loading branch information
black-sliver committed Apr 24, 2024
1 parent f032142 commit f28e647
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
if-no-files-found: error

build-macos:
runs-on: macos-latest
runs-on: macos-13

steps:
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

release-macos:
runs-on: macos-latest
runs-on: macos-13

steps:
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

test-macos:

runs-on: macos-latest
runs-on: macos-13

steps:
- name: Install dependencies
Expand Down

0 comments on commit f28e647

Please sign in to comment.