Skip to content

Commit

Permalink
fi: Attempt to fix CI (#4439)
Browse files Browse the repository at this point in the history
* fi: Attempt to fix CI

* Try remove arch

* ci: ignore test on macos-latest

* Update test.yml
  • Loading branch information
jcs090218 committed May 1, 2024
1 parent ab8ce86 commit 67b310a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,16 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version:
- 27.2
- 28.2
- 29.3
experimental: [false]
include:
- os: ubuntu-latest
emacs-version: 27.2
experimental: false
- os: windows-latest
emacs-version: 27.2
experimental: false
- os: ubuntu-latest
emacs-version: snapshot
experimental: true
Expand Down Expand Up @@ -49,10 +54,9 @@ jobs:
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
run: "cmake --version"

- uses: actions/setup-python@v2
- uses: actions/setup-python@v5.1.0
with:
python-version: "3.9"
architecture: "x64"

- name: Install depedencies on Linux
if: runner.os == 'Linux'
Expand Down

0 comments on commit 67b310a

Please sign in to comment.