Skip to content

Commit

Permalink
Try after removing ARM build entirely, and back to Py 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Mar 15, 2024
1 parent 0a43911 commit 8c7853e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,26 @@ jobs:
fail-fast: false
matrix:
include:
# - os: ubuntu-20.04
# key: ubuntu2004
# - os: ubuntu-22.04
# key: ubuntu2204
- os: ubuntu-20.04
key: ubuntu2004
- os: ubuntu-22.04
key: ubuntu2204
- os: macos-11
key: mac11
- os: macos-12
key: mac12
# - os: macos-13
# key: mac12
- os: macos-14
key: mac12-arm64
# - os: macos-14
# key: mac12-arm64
# - os: macos-14
# key: mac13-arm64
# - os: windows-2019
# key: win64
- os: windows-2019
key: win64
# - os: windows-2019 -- GitHub Action image doesn't have 32-bit compiler by default, remove 32-bit soon, ok?
# key: win32
# - os: windows-2022
# key: win64-2022server
- os: windows-2022
key: win64-2022server
runs-on: ${{ matrix.os }}
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion ep_testing/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ def __init__(self, run_config_key, msvc_version=None):
self.bitness = this_config['bitness']

self.this_version = '24.1'
self.tag_this_version = 'v24.1.0-IOFreeze' # 'v24.1.0'
self.tag_this_version = 'v24.1.0-DisableARMonGHA'
self.last_version = '23.2'
self.tag_last_version = 'v23.2.0'

0 comments on commit 8c7853e

Please sign in to comment.