Skip to content

Commit

Permalink
ci: macos 14 runner (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni authored Dec 2, 2024
1 parent 928d233 commit ee3c7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/knuth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# ]}'

MATRIX: '{"config":[{"name":"Linux - GCC 14 - NodeJS 20","nodejs_version":"20","os":"ubuntu-22.04","os_kind":"linux","march_id":"x64-ZLm9Pjh","test":"1", "compiler_version":"14", "docker_suffix":"-ubuntu20.04"},
{"name":"macOS 14 (ARM) - NodeJS 20","nodejs_version":"20","os":"macos-14-arm64","os_kind":"macos","march_id":"x64-ZLm9Pjh","arch":"armv8","test":"0","macos_version":"14.0"}
{"name":"macOS 14 (ARM) - NodeJS 20","nodejs_version":"20","os":"macos-14","os_kind":"macos","march_id":"x64-ZLm9Pjh","arch":"armv8","test":"0","macos_version":"14.0"}
]}'
run: |
echo "${MATRIX}"
Expand Down

0 comments on commit ee3c7d4

Please sign in to comment.