Fix wording in changes for 1.0.3

This commit is contained in:
Dave Rolsky
2025-07-20 13:26:11 -05:00
parent 9a1618ffb7
commit 6ad5303397

View File

@@ -17,8 +17,8 @@
## 1.0.3 - 2025-02-17
- Fixed a bug when running with a Linux ARM host where the action would use a cached `cross`
download for x86-64 Linux (or vice versa). Now the cache key for the `cross` binary includes both
the runner's architecture in addition to its OS.
download for x86-64 Linux (or vice versa). Now the cache key for the `cross` binary includes the
runner's architecture in addition to its OS.
- This release partially support running on Linxu ARM, but see the `README.md` file for details on
this.