Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Aug 9, 2024
1 parent fb4bfdd commit 17b1dac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-24.04, macos-latest]
emacs-version:
- "29.3"
- "29.4"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs-version }}
Expand Down

0 comments on commit 17b1dac

Please sign in to comment.