Skip to content

Commit 8ca032d

Browse files
committed
see if macos is fixed
1 parent 48bf7f1 commit 8ca032d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
matrix:
3838
runner:
3939
- ubuntu-latest
40-
#- macos-latest
40+
- macos-latest
4141
runs-on: ${{ matrix.runner }}
4242
steps:
4343
- uses: actions/checkout@v4
@@ -96,7 +96,7 @@ jobs:
9696
- { id: eb-enc, cmd: ./run-eb-tests.sh -100 electronneutronC }
9797
- { id: eb-eftpi, cmd: ./run-eb-tests.sh -100 electronFTpion }
9898
# run one macos test
99-
#- { runner: macos-latest, id: eb-ep, cmd: ./run-eb-tests.sh -100 electronproton }
99+
- { runner: macos-latest, id: eb-ep, cmd: ./run-eb-tests.sh -100 electronproton }
100100
runs-on: ${{ matrix.runner }}
101101
steps:
102102
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)