Skip to content

Commit

Permalink
Fix macOS runner (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
solidi committed Nov 13, 2024
1 parent 1e7d08e commit 0d02b2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
path: ./${{env.FOLDER_NAME}}/libs/cl_dlls/client.so

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

steps:
- uses: actions/checkout@v4
Expand All @@ -116,7 +116,7 @@ jobs:
submodules: recursive
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0.1'
xcode-version: '14.3.1'

- name: Install MacOSX10.8.sdk
run: |
Expand Down
2 changes: 1 addition & 1 deletion workspace/src

0 comments on commit 0d02b2d

Please sign in to comment.