Skip to content

Commit

Permalink
ci: remove macOS 12 runner
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram authored and aykevl committed Oct 28, 2024
1 parent 8503b6b commit d75dcc7
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,6 @@ concurrency:
cancel-in-progress: true

jobs:
macos-12:
name: macos-12
runs-on: macos-12
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.20'
- name: Checkout
uses: actions/checkout@v4
- name: Run unit tests
run: go test
- name: "Run macOS smoke tests"
run: make smoketest-macos

macos-13:
name: macos-13
runs-on: macos-13
Expand Down

0 comments on commit d75dcc7

Please sign in to comment.