Skip to content

Commit

Permalink
github workflow: update macos version to macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhsv committed Dec 8, 2023
1 parent 1ced104 commit 3e7227b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: ${{ matrix.os }}

This comment has been minimized.

Copy link
@Aidenharland

Aidenharland Jan 27, 2024

mods

strategy:
matrix:
os: [macos-11]
os: [macos-12]
compiler: [clang]
configure:
- {label: "with parser generation", opt: "--enable-parser-generation" }
Expand Down

0 comments on commit 3e7227b

Please sign in to comment.