Skip to content

Commit

Permalink
Reverting 3.13 attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch authored Oct 22, 2024
1 parent 30c1560 commit d212250
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
with:
fetch-depth: 0
submodules: true
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: ./.github/actions/setup
- name: F prime CI step
run: ./ci/tests/Framework.bash
Expand All @@ -54,9 +51,6 @@ jobs:
with:
fetch-depth: 0
submodules: true
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: ./.github/actions/setup
- name: F prime CI step
run: ./ci/tests/Ref.bash
Expand All @@ -80,9 +74,6 @@ jobs:
with:
fetch-depth: 0
submodules: true
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: ./.github/actions/setup
- name: Install coreutils
run: brew install coreutils
Expand Down

0 comments on commit d212250

Please sign in to comment.