Skip to content

Commit

Permalink
Adjust MAC image runners, older deprecated (#61)
Browse files Browse the repository at this point in the history
Apple really loves to kill support for older HW/OS versions. :(
  • Loading branch information
earlephilhower authored Dec 21, 2024
1 parent 0c80d67 commit db0513a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.3.1'
xcode-version: '15.0.1'
- uses: actions/checkout@v4
with:
submodules: true
Expand All @@ -98,11 +98,11 @@ jobs:
path: aarch64-apple-darwin-mklittlefs-*.zip

build-mac:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '13.1.0'
xcode-version: '14.1.0'
- uses: actions/checkout@v4
with:
submodules: true
Expand Down

0 comments on commit db0513a

Please sign in to comment.