Skip to content

Commit

Permalink
Merge pull request #21 from CogStack/runner-update
Browse files Browse the repository at this point in the history
Replace the deprecated runner
  • Loading branch information
tomolopolis authored Jun 17, 2024
2 parents 187df31 + 8854c4e commit c61b47a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
main:

runs-on: macos-11
runs-on: macos-12
strategy:
matrix:
part: [
Expand All @@ -23,9 +23,9 @@ jobs:
]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install dependencies
Expand Down

0 comments on commit c61b47a

Please sign in to comment.