Skip to content

Commit

Permalink
upgrade deprecated macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
iliazeus committed Oct 8, 2024
1 parent ceae218 commit 55e2520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
build_filename: iso2god
release_filename: iso2god-x86_64-linux

- runner: macos-12
- runner: macos-13
rust: 1.81.0
target: x86_64-apple-darwin
build_filename: iso2god
release_filename: iso2god-x86_64-macos

- runner: macos-14
- runner: macos-latest
rust: 1.81.0
target: aarch64-apple-darwin
build_filename: iso2god
Expand Down

0 comments on commit 55e2520

Please sign in to comment.