Skip to content

Commit

Permalink
Add macos-14 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mlech-reef committed Aug 24, 2024
1 parent 6b3e027 commit 12161c3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-12
- macos-12 # amd64
- macos-14 # arm64
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ env.PYTHON_DEFAULT_VERSION }} (ubuntu-latest)
Expand Down Expand Up @@ -93,13 +94,16 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-12
- macos-12 # amd64
- macos-14 # arm64
terraform:
- '1.5.*'
- '1.4.*'
exclude:
- os: macos-12 # for macOS, the latest terraform is enough for ACC tests
terraform: '1.4.*'
- os: macos-14 # for macOS, the latest terraform is enough for ACC tests
terraform: '1.4.*'
steps:
- uses: actions/checkout@v2
- name: Set up Go ${{ env.GO_DEFAULT_VERSION }}
Expand Down

0 comments on commit 12161c3

Please sign in to comment.