Skip to content

Commit

Permalink
Update CI to macos-13 #2
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicletz committed Dec 11, 2024
1 parent e20ef2f commit f294562
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 @@ -75,7 +75,7 @@ jobs:
name: "Run app"
strategy:
matrix:
os: ["windows-latest", "ubuntu-20.04", "macos-12"]
os: ["windows-latest", "ubuntu-20.04", "macos-13"]
go: ["1.22.6"]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit f294562

Please sign in to comment.