Skip to content

Commit

Permalink
Update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hattya committed Feb 7, 2025
1 parent 43fb37f commit e15b691
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- py313
include:
- platform: Linux
os: ubuntu-latest
os: ubuntu-22.04
- platform: macOS
os: macos-latest
- platform: Windows
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Test
run: tox
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
env_vars: TOXENV
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2019-2024 Akinori Hattori <[email protected]>
Copyright (c) 2019-2025 Akinori Hattori <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit e15b691

Please sign in to comment.