Skip to content

Commit

Permalink
Update all workflows to use Xcode 15
Browse files Browse the repository at this point in the history
  • Loading branch information
msaps committed Apr 6, 2024
1 parent 467f863 commit df0b4b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ on:

jobs:
publish:
runs-on: macOS-latest
runs-on: macOS-14
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- uses: actions/checkout@v2
- name: Prepare
run: |
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ on:

jobs:
publish_release:
runs-on: macOS-latest
runs-on: macOS-14
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- uses: actions/checkout@v2
- name: Prepare
run: |
Expand Down

0 comments on commit df0b4b6

Please sign in to comment.