Skip to content

Commit

Permalink
Update matrix.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dpldgr committed Nov 7, 2024
1 parent 9cfe9e1 commit 35d254f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
{"NAME": "ubuntu", "arch": "x86-64", "run_os": "ubuntu-20.04", "COMPCXX": "g++", "COMP": "gcc"},
{"NAME": "ubuntu", "arch": "x86-64-bmi2", "run_os": "ubuntu-20.04", "COMPCXX": "g++", "COMP": "gcc"},
{"NAME": "ubuntu", "arch": "x86-64-modern", "run_os": "ubuntu-20.04", "COMPCXX": "g++", "COMP": "gcc"},
{"NAME": "macos", "arch": "x86-64", "run_os": "macos13", "COMPCXX": "clang++", "COMP": "clang"},
{"NAME": "macos", "arch": "x86-64-bmi2", "run_os": "macos13", "COMPCXX": "clang++", "COMP": "clang"},
{"NAME": "macos", "arch": "x86-64-modern", "run_os": "macos13", "COMPCXX": "clang++", "COMP": "clang"},
{"NAME": "macos-m1", "arch": "apple-silicon", "run_os": "macos14", "COMPCXX": "clang++", "COMP": "clang"}
{"NAME": "macos", "arch": "x86-64", "run_os": "macos-13", "COMPCXX": "clang++", "COMP": "clang"},
{"NAME": "macos", "arch": "x86-64-bmi2", "run_os": "macos-13", "COMPCXX": "clang++", "COMP": "clang"},
{"NAME": "macos", "arch": "x86-64-modern", "run_os": "macos-13", "COMPCXX": "clang++", "COMP": "clang"},
{"NAME": "macos-m1", "arch": "apple-silicon", "run_os": "macos-14", "COMPCXX": "clang++", "COMP": "clang"}
]
}

0 comments on commit 35d254f

Please sign in to comment.