feat: add macOS-26 to supported ImageOS mappings (#430)

Add macos26 to the ImageOSToContainer map so runners using
macOS-26 are recognized instead of throwing an error.

Update macos.yml

Update README.md
This commit is contained in:
peter madsen-mygdal
2026-03-14 17:28:58 +01:00
committed by GitHub
parent af6da5da48
commit eb86ad6523
4 changed files with 7 additions and 0 deletions
+3
View File
@@ -45,6 +45,9 @@ jobs:
version-type: 'strict'
- otp-version: '25'
os: 'macos-15'
- otp-version: '27'
elixir-version: '1.18'
os: 'macos-26'
- otp-version: '26'
elixir-version: '1.16'
rebar3-version: '3.25'