Skip to content

Commit 201ae25

Browse files
macos 13 changed to 15
1 parent 75d5b9e commit 201ae25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: CLI
1212
strategy:
1313
matrix:
14-
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest' ]
14+
os: [ 'ubuntu-latest', 'windows-latest', 'macos-15' ]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- name: Set git to use LF

build/docker/debian.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23.4-bookworm AS dev
1+
FROM golang:1.23-bookworm AS dev
22
WORKDIR /cli
33

44
ARG DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)