Skip to content

Commit

Permalink
Update from hummingbird-project-template 90cc92742619f256866975dec51c…
Browse files Browse the repository at this point in the history
…6899fbb537bc
  • Loading branch information
Joannis authored Sep 17, 2024
1 parent 4a87923 commit 2c20249
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @adam-fowler @Joannis
* @adam-fowler @Joannis
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-ci
cancel-in-progress: true


jobs:
macOS:
runs-on: macos-14
Expand All @@ -39,9 +40,11 @@ jobs:
strategy:
matrix:
image: ["swift:5.8", "swift:5.9", "swift:5.10", "swiftlang/swift:nightly-6.0-jammy"]


container:
image: ${{ matrix.image }}

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@ name: Swift nightly build
on:
workflow_dispatch:


jobs:
linux:
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
matrix:
image: ['nightly-focal', 'nightly-jammy', 'nightly-amazonlinux2']


container:
image: swiftlang/swift:${{ matrix.image }}

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
Empty file modified scripts/validate.sh
100755 → 100644
Empty file.

0 comments on commit 2c20249

Please sign in to comment.