Skip to content

Commit

Permalink
gitlab/ci: reducing matrix for testing on separate operating systems
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaeddert committed Jul 14, 2024
1 parent 1ad2223 commit 99fe70c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
#- name: Setup libfec
# run: git clone https://github.com/jgaeddert/libfec.git && cd libfec && ./configure && make && sudo make install

- name: bootstrap
- name: Build and test
run: |
virtualenv env/liquid
source env/liquid/bin/activate
Expand All @@ -55,7 +55,8 @@ jobs:
strategy:
matrix:
# macos-13 is an intel runner, macos-14 is apple silicon
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
#os: [ubuntu-latest, windows-latest, macos-13, macos-14]
os: [ubuntu-latest]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 99fe70c

Please sign in to comment.