Skip to content

Commit

Permalink
Switch to macOS 14 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
aveyrenc committed Oct 7, 2024
1 parent 35619ae commit d4ebc3b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cross_build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,20 +109,20 @@ jobs:
skip_tests: true

- os_name: macOS-x86_64
os: macos-12
os: macos-14
target: x86_64-apple-darwin
bin: ${{ github.event.repository.name }}
name: ${{ github.event.repository.name }}-macOS-x86_64-apple-darwin.tar.gz

- os_name: macOS-aarch64
os: macos-12
os: macos-14
target: aarch64-apple-darwin
bin: ${{ github.event.repository.name }}
name: ${{ github.event.repository.name }}-macOS-aarch64-apple-darwin.tar.gz
skip_tests: true

- os_name: IOS-aarch64
os: macos-12
os: macos-14
target: aarch64-apple-ios
bin: ${{ github.event.repository.name }}
name: ${{ github.event.repository.name }}-Apple-aarch64-apple-ios.tar.gz
Expand Down
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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "merino"
version = "0.1.6"
version = "0.1.7"
description = "A SOCKS5 Proxy server written in Rust"
repository = "https://github.com/ajmwagar/merino"
readme = "README.md"
Expand Down

0 comments on commit d4ebc3b

Please sign in to comment.