Skip to content

Commit

Permalink
fixed os name
Browse files Browse the repository at this point in the history
  • Loading branch information
BebeSparkelSparkel committed Jul 8, 2024
1 parent d8d8034 commit 3ff9fa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ on:
jobs:
macos-latest:
name: macos-latest-llvm@12
runs-on: moacos-latest
runs-on: macos-latest
#strategy:
# newest: lts-19
# oldest: lts-18
steps: &steps
- name: Clone project
uses: actions/checkout@v4
- name: Install LLVM 12
#if: job.name == macos-latest-llvm@12
if: job.name == macos-latest-llvm@12
shell: bash
run: |
set -ex
Expand Down

0 comments on commit 3ff9fa6

Please sign in to comment.