Skip to content

Commit

Permalink
CI: Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Croydon committed Jun 6, 2024
1 parent d842490 commit 8a9acc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/conventions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-20.04", "windows-2019", "macos-11.0"]
os: ["ubuntu-22.04", "windows-2019", "macos-11.0"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
# This should be considered the minimum Python version supported
# Don't just update this without reason
with:
Expand Down

0 comments on commit 8a9acc3

Please sign in to comment.