Skip to content

Commit

Permalink
Updated CI versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
eriq-augustine committed Oct 5, 2024
1 parent 1391398 commit c5cb4e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ on: push
jobs:
main:

runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Python 3.7
uses: actions/setup-python@v2
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: '3.7'
python-version: '3.10'

- name: Run Validation
run: ./_scripts/validate.sh

0 comments on commit c5cb4e1

Please sign in to comment.