Skip to content

Commit

Permalink
Merge pull request #88 from Backblaze/macos-13
Browse files Browse the repository at this point in the history
Replace deprecated macOS 12 with macOS 13
  • Loading branch information
mlech-reef authored Oct 21, 2024
2 parents c91c8a9 + e2474e0 commit 40ec5d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
conf:
- { runner: ubuntu-latest, os: linux, arch: amd64 }
- { runner: ubuntu-latest, os: linux, arch: arm64 }
- { runner: macos-12, os: darwin, arch: amd64 }
- { runner: macos-13, os: darwin, arch: amd64 }
- { runner: macos-14, os: darwin, arch: arm64 }
- { runner: windows-2019, os: windows, arch: amd64 }
outputs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
matrix:
conf:
- { runner: ubuntu-latest, os: linux, arch: amd64 }
- { runner: macos-12, os: darwin, arch: amd64 }
- { runner: macos-13, os: darwin, arch: amd64 }
- { runner: macos-14, os: darwin, arch: arm64 }
- { runner: windows-2019, os: windows, arch: amd64 }
steps:
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- { runner: ubuntu-latest, os: linux, arch: amd64, terraform: '1.9.*' }
- { runner: ubuntu-latest, os: linux, arch: amd64, terraform: '1.8.*' }
# for macOS, the latest terraform is enough for ACC tests
- { runner: macos-12, os: darwin, arch: amd64, terraform: '1.9.*' }
- { runner: macos-13, os: darwin, arch: amd64, terraform: '1.9.*' }
- { runner: macos-14, os: darwin, arch: arm64, terraform: '1.9.*' }
# for Windows, the latest terraform is enough for ACC tests
- { runner: windows-2019, os: windows, arch: amd64, terraform: '1.9.*' }
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Infrastructure
* Replace deprecated macos-12 with macos-13

## [0.9.0] - 2024-10-20

### Infrastructure
Expand Down

0 comments on commit 40ec5d9

Please sign in to comment.