Skip to content

Commit

Permalink
🤖 Fix swift workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucien committed Jul 8, 2024
1 parent 8fc9be5 commit 478157d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build:

runs-on: macos-12.0
runs-on: macos-latest

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import PackageDescription

let package = Package(
name: "NadaADeclarar",
platforms: [
.macOS(.v12) // Update this line
],
products: [
// Products define the executables and libraries a package produces, making them visible to other packages.
.library(
Expand Down

0 comments on commit 478157d

Please sign in to comment.