Skip to content

Commit

Permalink
generate-ci: use macos-13 runner for x86_64 build job
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Oct 16, 2024
1 parent f0be133 commit 2244196
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/ci.rs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ jobs:\n",
Platform::Macos => {
vec![
MatrixPlatform {
runner: "macos-12",
runner: "macos-13",
target: "x86_64",
},
MatrixPlatform {
Expand Down Expand Up @@ -784,7 +784,7 @@ mod tests {
strategy:
matrix:
platform:
- runner: macos-12
- runner: macos-13
target: x86_64
- runner: macos-14
target: aarch64
Expand Down Expand Up @@ -973,7 +973,7 @@ mod tests {
strategy:
matrix:
platform:
- runner: macos-12
- runner: macos-13
target: x86_64
- runner: macos-14
target: aarch64
Expand Down Expand Up @@ -1150,7 +1150,7 @@ mod tests {
strategy:
matrix:
platform:
- runner: macos-12
- runner: macos-13
target: x86_64
- runner: macos-14
target: aarch64
Expand Down Expand Up @@ -1392,7 +1392,7 @@ mod tests {
strategy:
matrix:
platform:
- runner: macos-12
- runner: macos-13
target: x86_64
- runner: macos-14
target: aarch64
Expand Down Expand Up @@ -1579,7 +1579,7 @@ mod tests {
strategy:
matrix:
platform:
- runner: macos-12
- runner: macos-13
target: x86_64
- runner: macos-14
target: aarch64
Expand Down

0 comments on commit 2244196

Please sign in to comment.