Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch x86-64 runner to macos-14 #603

Merged
merged 27 commits into from
Nov 18, 2024
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
7dd9246
fuck this
akotlar Apr 5, 2024
f0473a6
merged master
akotlar Apr 25, 2024
eb14c1f
Merge branch 'master' of https://github.com/bystrogenomics/bystro
akotlar Apr 25, 2024
c63153a
Merge branch 'master' of https://github.com/bystrogenomics/bystro
akotlar Apr 29, 2024
0a848ce
Merge branch 'master' of https://github.com/bystrogenomics/bystro
akotlar May 1, 2024
21dd594
Merge branch 'master' of https://github.com/bystrogenomics/bystro
akotlar May 3, 2024
98635c3
Merge branch 'master' of https://github.com/bystrogenomics/bystro
akotlar May 12, 2024
37233aa
Merge branch 'master' of https://github.com/bystrogenomics/bystro
akotlar May 17, 2024
4c93b9b
Merge branch 'master' of https://github.com/bystrogenomics/bystro
akotlar May 20, 2024
5457eb8
Merge branch 'master' of https://github.com/bystrogenomics/bystro
akotlar Jun 3, 2024
ee9422a
Merge branch 'master' of https://github.com/bystrogenomics/bystro
akotlar Jun 7, 2024
c92dd1e
Merge branch 'master' of https://github.com/bystrogenomics/bystro
akotlar Jun 10, 2024
0f70f86
Merge branch 'master' of https://github.com/bystrogenomics/bystro
akotlar Jun 14, 2024
70fa314
Merge branch 'master' of https://github.com/bystrogenomics/bystro
akotlar Jun 24, 2024
459ef7e
Merge branch 'master' of https://github.com/bystrogenomics/bystro
akotlar Jun 27, 2024
45973e0
Merge branch 'master' of https://github.com/bystrogenomics/bystro
akotlar Jul 6, 2024
39eb8d5
Merge branch 'master' of https://github.com/bystrogenomics/bystro
akotlar Jul 8, 2024
997999d
Merge branch 'master' of github.com:akotlar/bystro
akotlar Oct 14, 2024
72e14c5
Merge branch 'master' of github.com:bystrogenomics/bystro
akotlar Oct 14, 2024
48d8363
Merge branch 'master' of github.com:bystrogenomics/bystro
akotlar Oct 14, 2024
e726f71
Merge branch 'master' of github.com:bystrogenomics/bystro
akotlar Oct 24, 2024
ea9470e
Merge branch 'master' of github.com:bystrogenomics/bystro
akotlar Oct 24, 2024
939810a
Merge branch 'master' of github.com:bystrogenomics/bystro
akotlar Oct 24, 2024
55a8ca9
Merge branch 'master' of github.com:bystrogenomics/bystro
akotlar Nov 18, 2024
25f5079
Merge branch 'master' of github.com:bystrogenomics/bystro
akotlar Nov 18, 2024
524b836
Merge branch 'master' of github.com:bystrogenomics/bystro into bugfix…
akotlar Nov 18, 2024
1830788
switch to macos-14 for x86-64 runner
akotlar Nov 18, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
matrix:
python-version: ["3.11"]
platform:
- runner: macos-12
- runner: macos-14
target: x86_64
local_name: x86_64
- runner: macos-14
Expand Down