Skip to content

Commit

Permalink
Update MacOS platforms and Xcode.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlim committed Aug 1, 2024
1 parent dc48e38 commit de85377
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/acceptance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ jobs:
accept:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-13, macos-latest]

name: Acceptance test
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: deploy and rebuild
env:
# needed for macos
DEVELOPER_DIR: /Applications/Xcode_14.2.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_15.3.app/Contents/Developer
run: |
./bin/deploy
. bin/envconfig
Expand Down

0 comments on commit de85377

Please sign in to comment.