Skip to content

Commit

Permalink
Remove macos-12 from supported OS list
Browse files Browse the repository at this point in the history
Remove macos-12 from supported OS list
  • Loading branch information
faberga authored Aug 1, 2024
1 parent 3e337a6 commit 0bc3903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
package_build: [ON, OFF]
hexl: [ON, OFF]
c_compiler: [gcc, clang]
os: [macos-12, macos-13, ubuntu-22.04]
os: [macos-13, ubuntu-22.04]
include: # Use g++ with gcc only and clang++ with clang only
- c_compiler: gcc
cxx_compiler: g++
Expand Down

0 comments on commit 0bc3903

Please sign in to comment.