Skip to content

Commit

Permalink
Move from macos-11 to macos-12 github builder
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicletz committed Jul 8, 2024
1 parent 660f94a commit 2ea249f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: "Run tests and build artifacts"
strategy:
matrix:
os: ["windows-latest", "ubuntu-20.04", "macos-11"]
os: ["windows-latest", "ubuntu-20.04", "macos-12"]
go: ["1.20.6"]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
name: "Run app"
strategy:
matrix:
os: ["windows-latest", "ubuntu-20.04", "macos-11"]
os: ["windows-latest", "ubuntu-20.04", "macos-12"]
go: ["1.20.6"]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 2ea249f

Please sign in to comment.