Skip to content

Commit

Permalink
Fix wrong keys.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCabeza committed Aug 2, 2024
1 parent 183c6a6 commit e9b3d24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
os: linux-gcc-14
builder: ubuntu-24.04
shell: bash
- target:
- platform:
os: macos
builder: macos-13
shell: bash
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
nimble install_pinned
- name: Use gcc 14
if : ${{ matrix.target.os == 'linux-gcc-14'}}
if : ${{ matrix.platform.os == 'linux-gcc-14'}}
run: |
# Add GCC-14 to alternatives
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-14 14
Expand Down

0 comments on commit e9b3d24

Please sign in to comment.