Skip to content

Commit

Permalink
CI: cleanup configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyster committed Mar 15, 2023
1 parent 9fc2763 commit 3fda8d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
pull_request:
push:
branches: master
branches: [master]

jobs:
linux-glibc:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Run tests
run: docker run -tt --env LANG=en_US.UTF-8 spectrum:tests-musl
macos:
runs-on: macOS-12
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- name: Install MacPorts
Expand Down

0 comments on commit 3fda8d5

Please sign in to comment.