Browse Source

Bump to macos-14 for CI

Signed-off-by: falkTX <falktx@falktx.com>
pull/1834/head
falkTX kleph 1 month ago
parent
commit
a3f7b7524c
3 changed files with 3 additions and 4 deletions
  1. +0
    -1
      .github/workflows/build.yml
  2. +1
    -1
      .github/workflows/dpf.yml
  3. +2
    -2
      .github/workflows/release.yml

+ 0
- 1
.github/workflows/build.yml View File

@@ -43,7 +43,6 @@ jobs:
strategy:
matrix:
include:
- target: macos-13
- target: macos-14
- target: macos-15
runs-on: ${{ matrix.target }}


+ 1
- 1
.github/workflows/dpf.yml View File

@@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
target: [macos-intel, macos-universal, macos-universal-10.15]
runs-on: macos-13
runs-on: macos-14
steps:
- uses: actions/checkout@v4
with:


+ 2
- 2
.github/workflows/release.yml View File

@@ -3,7 +3,7 @@ name: release
on: [push, pull_request]

env:
CACHE_VERSION: 4
CACHE_VERSION: 5
DEBIAN_FRONTEND: noninteractive
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_INSTALL_CLEANUP: 1
@@ -14,7 +14,7 @@ env:
jobs:
# macOS native universal build
macos_universal:
runs-on: macos-13
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Set up cache


Loading…
Cancel
Save