Skip to content

Commit

Permalink
Update GitHub Actions to macOS 13
Browse files Browse the repository at this point in the history
macOS 12 was removed from GitHub Actions.
  • Loading branch information
mbrukman committed Dec 12, 2024
1 parent c8e1797 commit e16314f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bazel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
matrix:
bazel: [ '6.0.0' ]
go: [ '1.17' ]
os: [ 'macos-12', 'ubuntu-22.04' ]
os: [ 'macos-13', 'ubuntu-22.04' ]
runs-on: ${{ matrix.os }}
name: Bazel ${{ matrix.bazel }} and Go ${{ matrix.go }} on ${{ matrix.os }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
fail-fast: false
matrix:
go: [ '1.22', '1.21', '1.20', '1.19', '1.18' ]
os: [ 'macos-12', 'ubuntu-22.04' ]
os: [ 'macos-13', 'ubuntu-22.04' ]
runs-on: ${{ matrix.os }}
name: Go ${{ matrix.go }} on ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
fail-fast: false
matrix:
node: [ '20', '18' ]
os: [ 'macos-12', 'ubuntu-22.04' ]
os: [ 'macos-13', 'ubuntu-22.04' ]
runs-on: ${{ matrix.os }}
name: Node ${{ matrix.node }} on ${{ matrix.os }}
steps:
Expand Down

0 comments on commit e16314f

Please sign in to comment.