Skip to content

Commit

Permalink
Build on macos-13 github actions agents (#71)
Browse files Browse the repository at this point in the history
* update upload-artifact to v4

* macos-13

* version 0.8.1
  • Loading branch information
afujiwara-roblox authored Jan 30, 2025
1 parent 85a779a commit 7ea0a08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
path: target/release/tarmac.exe

macos:
runs-on: macos-latest
runs-on: macos-13

steps:
- uses: actions/checkout@v4
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,7 +1,7 @@
[package]
name = "tarmac"
description = "Resource compiler and asset manager for Roblox projects"
version = "0.8.0"
version = "0.8.1"
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 7ea0a08

Please sign in to comment.