all repos — hex @ 79e36f05f15cf6a9f4035ca88c84843b5168334e

A tiny, minimalist, slightly-esoteric concatenative programming lannguage.

Updates macos config
h3rald h3rald@h3rald.com
Wed, 04 Mar 2026 21:16:23 +0100
commit

79e36f05f15cf6a9f4035ca88c84843b5168334e

parent

26c007878803f95adf0d34bff538909b1e4bfcc5

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M .github/workflows/ci.yml.github/workflows/ci.yml

@@ -22,7 +22,7 @@ os:

- ubuntu-latest - macos-latest - windows-latest - - macos-13 + - macos-14 # Steps represent a sequence of tasks that will be executed as part of the job steps:
M .github/workflows/release.yml.github/workflows/release.yml

@@ -17,7 +17,7 @@ os:

- ubuntu-latest - macos-latest - windows-latest - - macos-13 + - macos-14 steps: # Cancel other actions of the same type that might be already running - name: "Cancel similar actions in progress"