Skip to content

Commit

Permalink
ci: test xl
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Feb 16, 2024
1 parent f7e44a8 commit 1f6383a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/arm64-j.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: arm64 j

on: [push, pull_request]
on:
push:
branches:
- main-

jobs:
test: # make sure the action works on a clean machine without building
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/j.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: j
on:
push:
branches:
- main
- main-
jobs:
test: # make sure the action works on a clean machine without building
name: ${{ matrix.os.name }} ${{ matrix.os.architecture }} ${{ matrix.os.version }} on ${{ matrix.os.host }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/mac14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: mac14
on:
workflow_dispatch:
push:
branches: [ main- ]
branches: [ main ]

jobs:
build:
name: Test snapshot
runs-on: macos-14
runs-on: macos-14-xl
steps:
- uses: actions/checkout@v4.1.1
- name: Install Dependencies
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
mkdir build
cd build
cmake \
-D SITE:STRING=mac14 \
-D SITE:STRING=mac14xl \
-D CTEST_DROP_SITE_INIT:STRING="my.cdash.org" \
..
ctest -T Build --output-on-error -j
Expand Down

0 comments on commit 1f6383a

Please sign in to comment.