We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e69a318 commit aa8869fCopy full SHA for aa8869f
.github/workflows/build_and_test.yml
@@ -14,7 +14,7 @@ jobs:
14
matrix:
15
os: [
16
ubuntu-latest,
17
- macos-12,
+ macos-13,
18
macos-14, # macOS arm runner
19
windows-latest,
20
]
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
37
38
@@ -49,7 +49,7 @@ jobs:
49
strategy:
50
51
52
53
macos-14,
54
55
@@ -58,7 +58,7 @@ jobs:
58
steps:
59
- uses: actions/checkout@v3
60
- name: Install bison
61
- if: ${{ matrix.os == 'macos-12' || matrix.os == 'macos-14' }}
+ if: ${{ matrix.os == 'macos-13' || matrix.os == 'macos-14' }}
62
run: |
63
brew install bison gcc
64
- name: Test from-source
0 commit comments