Skip to content

Commit

Permalink
Set Mac runner to mac-13, to create x86_64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanW3 committed Nov 21, 2024
1 parent 8323f8d commit ac80489
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Build
strategy:
matrix:
os: [ubuntu-latest, windows-2019, macos-latest]
os: [ubuntu-latest, windows-2019, macos-13]
runs-on: ${{ matrix.os }}

steps:
Expand Down Expand Up @@ -86,5 +86,5 @@ jobs:
automatic_release_tag: ${{ steps.branch-name.outputs.tag }}
files: |
flo-windows-2019/*.zip
flo-macos-latest/*.zip
flo-macos-13/*.zip
flo-ubuntu-latest/*.zip
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion binaries/flo-worker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flo-worker"
version = "0.17.0"
version = "0.18.0"
authors = ["Flux Xu <fluxxu@gmail.com>"]
edition = "2018"

Expand Down

0 comments on commit ac80489

Please sign in to comment.