Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
elm
Element Android
Commits
85eadd49
Commit
85eadd49
authored
2 years ago
by
Benoit Marty
Browse files
Options
Download
Email Patches
Plain Diff
Try with legacy runner `macos-latest`
parent
d2685526
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.github/workflows/tests.yml
.github/workflows/tests.yml
+2
-1
No files found.
.github/workflows/tests.yml
View file @
85eadd49
...
...
@@ -13,7 +13,8 @@ env:
jobs
:
tests
:
name
:
Runs all tests
runs-on
:
buildjet-4vcpu-ubuntu-2204
## TMP runs-on: buildjet-4vcpu-ubuntu-2204
runs-on
:
macos-latest
# Allow all jobs on main and develop. Just one per PR.
concurrency
:
group
:
${{ github.ref == 'refs/heads/main' && format('unit-tests-main-{0}', github.sha) || github.ref == 'refs/heads/develop' && format('unit-tests-develop-{0}', github.sha) || format('unit-tests-{0}', github.ref) }}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment