Skip to content

Commit

Permalink
Update MacOS runner to macos 13
Browse files Browse the repository at this point in the history
  • Loading branch information
FirelightFlagboy committed Oct 29, 2024
1 parent a303460 commit 32cc700
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
matrix:
include:
- name: 🍎 macOS
os: macos-12
os: macos-13
- name: 🏁 Windows
os: windows-2022
name: "${{ matrix.name }}: 🦀 Rust tests"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:
artifact_tag: windows-exe
- name: 🍎 macOS
platform: macos
os: macos-12
os: macos-13
raw_latest_file: latest-mac.yml
extension: "*" # Use wildcard to match dmg and zip extension
os_alias: mac
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
os: ubuntu-22.04
- name: 🍎 macOS
platform: macos
os: macos-12
os: macos-13
- name: 🏁 Windows
platform: windows
os: windows-2022
Expand Down

0 comments on commit 32cc700

Please sign in to comment.