Skip to content

Commit dcd23be

Browse files
author
Release Manager
committed
gh-36723: .github/workflows/macos.yml: Fix syntax
<!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes #1234" use "Introduce new method to calculate 1+1" --> <!-- Describe your changes here in detail --> #36711 introduced a syntax error that causes failures: https://github.com/sagemath/sage/actions/runs/6870325982 Fixed here - as seen in https://github.com/mkoeppe/sage/actions/runs/6874334555 <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes #12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - #12345: short description why this is a dependency - #34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #36723 Reported by: Matthias Köppe Reviewer(s): John H. Palmieri
2 parents 95ed1d0 + 1f572f8 commit dcd23be

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
default: >-
2424
[["latest", "", "homebrew-macos-usrlocal-minimal"],
2525
["latest", "", "homebrew-macos-usrlocal-standard"],
26-
["11", "xcode_13.2.1", "homebrew-macos-usrlocal-minimal],
26+
["11", "xcode_13.2.1", "homebrew-macos-usrlocal-minimal"],
2727
["12", "", "homebrew-macos-usrlocal-standard"],
2828
["13", "xcode_15.0", "homebrew-macos-usrlocal-standard"],
2929
["latest", "", "homebrew-macos-usrlocal-maximal"],

build/pkgs/configure/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=b541ad9d1ac812e89f0ce2012c17552c1f4cb006
3-
md5=b79a13b000f4e27fc73b0210892b81b3
4-
cksum=501150596
2+
sha1=46d6c98534af39c08a9cf285bb734f0b1b1c16f4
3+
md5=fd67403136e022a4d94abb09b2312ab5
4+
cksum=2017974812
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
705a0ee9bf39c15090e8998a0366de7e76255772
1+
df85b6c0cb0cafe8ca5703fc432b0045a8a95b7a

0 commit comments

Comments
 (0)