Skip to content

Commit

Permalink
As a developer I want to be able to run the UI tests in the CI enviro…
Browse files Browse the repository at this point in the history
…nment #242

Changed back to macos-latest runner.
  • Loading branch information
flauschtrud committed Dec 9, 2024
1 parent 561802e commit 5136794
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 @@ -6,7 +6,7 @@ on:
jobs:
build:
name: Test & Build
runs-on: ubuntu-latest
runs-on: macos-latest

steps:
- name: Check Out Repository
Expand Down

0 comments on commit 5136794

Please sign in to comment.