Skip to content

Commit

Permalink
Update build_gcc_macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav authored Apr 25, 2024
1 parent c9b685c commit 3d82e1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_gcc_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Build [GCC] - macOS
on: [push, pull_request]
jobs:
build:
runs-on: macOS-latest
runs-on: macOS-13
steps:
- uses: actions/checkout@v4
- uses: julelang/ci@main

- name: Build JuleC
run: |
julec --compiler gcc --compiler-path g++-14 src/julec
julec --compiler gcc --compiler-path g++-13 src/julec

0 comments on commit 3d82e1e

Please sign in to comment.