Skip to content

Commit

Permalink
macOS 14 intel and arm
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed May 28, 2024
1 parent 73ca0b6 commit ee4726f
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions .github/workflows/knuth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ on: [push, pull_request]

jobs:

test-macos-14-x86:
name: Test macOS 14 x86_64
runs-on: macos-14-large
steps:
- name: Hello
run: |
echo "Hello from macos-14 x86_64"
test-macos-14-arm:
name: Test macOS 14 ARM
runs-on: macos-14-arm64
steps:
- name: Hello
run: |
echo "Hello from macos-14 ARM"
# test-macos-14-x86:
# name: Test macOS 14 x86_64
# runs-on: macos-14-large
# steps:
# - name: Hello
# run: |
# echo "Hello from macos-14 x86_64"

# test-macos-14-arm:
# name: Test macOS 14 ARM
# runs-on: macos-14-arm64
# steps:
# - name: Hello
# run: |
# echo "Hello from macos-14 ARM"

generate-matrix:
name: Generate Job Matrix
Expand Down Expand Up @@ -57,10 +57,9 @@ jobs:
# {"name":"macOS 12 NodeJS 16","nodejs_version":"16","os":"macos-12","os_kind":"macos","march_id":"x64-ZLm9Pjh","test":"0"},
# ]}'

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

0 comments on commit ee4726f

Please sign in to comment.