Skip to content
This repository was archived by the owner on Oct 25, 2025. It is now read-only.

Commit 55e53f0

Browse files
authored
Use ubuntu-latest for workflows
1 parent a41e9ee commit 55e53f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ defaults:
1111
jobs:
1212
trigger-build:
1313
name: Trigger build
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515
steps:
1616
- name: sleep for 30 seconds
1717
run: sleep 30s
1818
shell: bash
1919
- name: hit endpoint
20-
run: curl -X POST -d {} https://api.netlify.com/build_hooks/64c0e6ee7dfcba46046efe99
20+
run: curl -X POST -d {} https://api.netlify.com/build_hooks/64c0e6ee7dfcba46046efe99

0 commit comments

Comments
 (0)