Skip to content

Commit

Permalink
Update macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksimZhukov authored Feb 2, 2024
1 parent 5f6f1dd commit 4b95ffd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
build:
runs-on: macos-14
runs-on: macos-13
strategy:
matrix:
compiler: [GCC-13, LLVM-Clang-16, LLVM-Clang-17]
Expand Down Expand Up @@ -44,9 +44,9 @@ jobs:
steps:
- uses: actions/checkout@master

- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.3.1'
# - uses: maxim-lobanov/setup-xcode@v1
# with:
# xcode-version: '14.3.1'

- name: Create Build Environment
run: |
Expand Down

0 comments on commit 4b95ffd

Please sign in to comment.