Skip to content

Bump github/gh-aw/actions/setup from 0.65.5 to 0.81.6 #273

Bump github/gh-aw/actions/setup from 0.65.5 to 0.81.6

Bump github/gh-aw/actions/setup from 0.65.5 to 0.81.6 #273

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: macos-15
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Build
run: swift build
- name: Test
run: swift test
- name: Build Release
run: swift build -c release