Skip to content

Commit

Permalink
Re-enable macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra committed Apr 21, 2024
1 parent c52bb7a commit f00a2d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,9 @@ jobs:
arch: osx-x64
executable: grate
# macos-14 is M1 (arm64)
# - name: macos-14
# arch: osx-arm64
# executable: grate
- name: macos-14
arch: osx-arm64
executable: grate
database: ${{ fromJson(needs.setup-test-environment.outputs.dbs) }}

runs-on: ${{ matrix.os.name }}
Expand Down

0 comments on commit f00a2d7

Please sign in to comment.