Skip to content

Commit 3fda8d5

Browse files
committed
CI: cleanup configuration
1 parent 9fc2763 commit 3fda8d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
pull_request:
55
push:
6-
branches: master
6+
branches: [master]
77

88
jobs:
99
linux-glibc:
@@ -39,7 +39,7 @@ jobs:
3939
- name: Run tests
4040
run: docker run -tt --env LANG=en_US.UTF-8 spectrum:tests-musl
4141
macos:
42-
runs-on: macOS-12
42+
runs-on: macos-12
4343
steps:
4444
- uses: actions/checkout@v2
4545
- name: Install MacPorts

0 commit comments

Comments
 (0)