1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

10min-iiab-test-install.yml: Tmp GHA hack using ubuntu-24.04

This commit is contained in:
A Holt 2024-11-08 19:27:32 -05:00 committed by GitHub
parent 9d8637abda
commit 8ff3c7c221
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ on: [push, pull_request, workflow_dispatch]
jobs: jobs:
test-install: test-install:
runs-on: ubuntu-latest runs-on: ubuntu-24.04
steps: steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
@ -27,7 +27,7 @@ jobs:
# GITHUB_CONTEXT: ${{ toJSON(github) }} # GITHUB_CONTEXT: ${{ toJSON(github) }}
# run: echo "$GITHUB_CONTEXT" # run: echo "$GITHUB_CONTEXT"
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3.1.0 uses: actions/checkout@v4
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."
- name: GitHub Actions "runner" environment - name: GitHub Actions "runner" environment
run: | run: |