Skip to content

Commit

Permalink
Update Github workflow 'runs-on' labels
Browse files Browse the repository at this point in the history
  • Loading branch information
orobio committed Mar 30, 2024
1 parent 159df4d commit d878ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:

build-swift-armv7:
name: Build Swift
runs-on: [Linux, X64]
runs-on: [linux, x64]
container: orobio/swift-armv7-build:5.10
timeout-minutes: 480
steps:
Expand Down

0 comments on commit d878ce1

Please sign in to comment.