Skip to content

Commit

Permalink
Trying MacOS 12
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Oct 29, 2024
1 parent cef7dd2 commit 6db8100
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:
jobs:
build:
# runs-on: macos-latest
runs-on: macos-13
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- name: Remove existing links
Expand Down
8 changes: 7 additions & 1 deletion RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ WRENCH Release Notes

### current master branch

Nothing new yet

- Removal of all file system simulation code, which was replaced by calls to
the [SimGrid File System Module (FSMod)](https://github.com/simgrid/file-system-module), which is now a new
software dependency for WRENCH
- API change: all numbers of bytes (file and memory sizes) are now of type `sg_size_t` instead of `double` (due to the use of FSMod above)
- Added REST API functionality and updated all documentation
- Minor code/documentation cleanups

### wrench 2.3

Expand Down

0 comments on commit 6db8100

Please sign in to comment.