We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e387f32 commit b33f9d1Copy full SHA for b33f9d1
.github/workflows/main.yml
@@ -3,7 +3,7 @@ name: CI
3
on:
4
pull_request:
5
push:
6
- branches: master
+ branches: [master]
7
8
jobs:
9
linux-glibc:
@@ -39,7 +39,7 @@ jobs:
39
- name: Run tests
40
run: docker run -tt --env LANG=en_US.UTF-8 spectrum:tests-musl
41
macos:
42
- runs-on: macOS-12
+ runs-on: macos-12
43
steps:
44
- uses: actions/checkout@v2
45
- name: Install MacPorts
0 commit comments