Skip to content

Commit

Permalink
Update runners
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Jan 9, 2025
1 parent 40434d7 commit bf79d35
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
platform:
[
{ os: "ubuntu-latest", cmd: "build:linux" },
{ os: "macos-12", cmd: "build:macos" },
{ os: "macos-14", cmd: "build:macos-arm64" },
{ os: "macos-13", cmd: "build:macos" },
{ os: "macos-latest", cmd: "build:macos-arm64" },
{ os: "windows-latest", cmd: "build:windows" },
]
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/debug-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-12, macos-14, windows-latest]
os: [ubuntu-latest, macos-13, macos-latest, windows-latest]
include:
- os: ubuntu-latest
platform: linux
- os: macos-12
- os: macos-13
platform: macos
- os: macos-14
- os: macos-latest
platform: macos-arm64
- os: windows-latest
platform: windows
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
client-payload: '{"tag": "v${{ steps.package-version.outputs.version }}"}'

mac_release:
runs-on: macos-12
runs-on: macos-13
timeout-minutes: 30

steps:
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
files: release/*.*

mac_arm64_release:
runs-on: macos-14
runs-on: macos-latest
timeout-minutes: 30

steps:
Expand Down

0 comments on commit bf79d35

Please sign in to comment.