Skip to content

Commit

Permalink
Merge chore/REL1_6_STABLE/macos12runner into REL1_6_STABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
jcflack committed May 22, 2024
2 parents 1c0a3ce + 5fefcce commit 61699f3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci-runnerpg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
# does not have a PostgreSQL version in the build matrix. The version that's
# preinstalled is the version you get.

name: PL/Java CI with PostgreSQL version supplied by the runner
name: CI with runner-supplied PostgreSQL version

permissions:
contents: read

on:
push:
Expand All @@ -22,7 +25,7 @@ jobs:
oscc:
- os: ubuntu-latest
cc: gcc
- os: macos-latest
- os: macos-12
cc: clang
# - os: windows-latest
# cc: msvc
Expand Down

0 comments on commit 61699f3

Please sign in to comment.