Skip to content

Commit

Permalink
fixup! Try
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Jun 30, 2023
1 parent 5e777fd commit 8174d35
Showing 1 changed file with 48 additions and 48 deletions.
96 changes: 48 additions & 48 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,20 @@ jobs:
target_triple: x86_64-alpine-linux-musl
docker: true

- os:
host: macOS-latest
target_triple: x86_64-apple-macos10.9

- os:
host: windows-latest
target_triple: x86_64-pc-windows-msvc

- os:
target: freebsd
version: '13.1'
target_triple: x86_64-unknown-freebsd13.1
host: macOS-latest
cross_platform_actions: true
# - os:
# host: macOS-latest
# target_triple: x86_64-apple-macos10.9
#
# - os:
# host: windows-latest
# target_triple: x86_64-pc-windows-msvc
#
# - os:
# target: freebsd
# version: '13.1'
# target_triple: x86_64-unknown-freebsd13.1
# host: macOS-latest
# cross_platform_actions: true

compiler:
- dmd-latest
Expand All @@ -56,40 +56,40 @@ jobs:
llvm:
- '15.0.7'

include:
- data:
llvm: '15.0.7'
arch: x86_64
compiler: dmd-beta
os:
host: ubuntu-latest
target_triple: x86_64-alpine-linux-musl

- data:
llvm: '15.0.7'
arch: x86_64
compiler: ldc-beta
os:
host: ubuntu-latest
target_triple: x86_64-alpine-linux-musl

- data:
llvm: '15.0.7'
arch: x86_64
compiler: dmd-master
nightly: nightly
os:
host: ubuntu-latest
target_triple: x86_64-alpine-linux-musl

- data:
llvm: '15.0.7'
arch: x86_64
compiler: ldc-master
nightly: nightly
os:
host: ubuntu-latest
target_triple: x86_64-alpine-linux-musl
# include:
# - data:
# llvm: '15.0.7'
# arch: x86_64
# compiler: dmd-beta
# os:
# host: ubuntu-latest
# target_triple: x86_64-alpine-linux-musl
#
# - data:
# llvm: '15.0.7'
# arch: x86_64
# compiler: ldc-beta
# os:
# host: ubuntu-latest
# target_triple: x86_64-alpine-linux-musl
#
# - data:
# llvm: '15.0.7'
# arch: x86_64
# compiler: dmd-master
# nightly: nightly
# os:
# host: ubuntu-latest
# target_triple: x86_64-alpine-linux-musl
#
# - data:
# llvm: '15.0.7'
# arch: x86_64
# compiler: ldc-master
# nightly: nightly
# os:
# host: ubuntu-latest
# target_triple: x86_64-alpine-linux-musl

steps:
- name: Clone Repository
Expand Down

0 comments on commit 8174d35

Please sign in to comment.