Skip to content

Commit

Permalink
Update the versions of macOS and Python in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dscorbett committed Oct 3, 2024
1 parent ea23210 commit ec876b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ name: Main workflow
on: push
jobs:
main:
runs-on: macos-12
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'
cache: pip
- name: Install Pygments
run: pip install -r requirements.txt
Expand Down

0 comments on commit ec876b8

Please sign in to comment.